#63EEFC

Color #63EEFC Baby Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baby Blue #63EEFC

Tints of Baby Blue #63EEFC

Color information

#63EEFC (or 0x63EEFC) is unknown color: approx Baby Blue. HEX triplet: 63, EE and FC. RGB value is (99,238,252). Sum of RGB (Red+Green+Blue) = 99+238+252=589 (78% of max value = 765). Red value is 99 (39.06% from 255 or 16.81% from 589); Green value is 238 (93.36% from 255 or 40.41% from 589); Blue value is 252 (98.83% from 255 or 42.78% from 589); Max value from RGB is 252 - color contains mainly: blue. Hex color #63EEFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63EEFC is #9C1103. Grayscale: #C5C5C5. Windows color (decimal): -10227972 or 16576099. OLE color: 16576099.

HSL color Cylindrical-coordinate representation of color #63EEFC: hue angle of 185.49º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #63EEFC is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB99238252-
CMYK0.610.0600.01
HSL185.49º96.23%68.82%-
HSV(B)185.49º60.71%98.82%-
XYZ53.2970.83102.96-
YUV198.04158.4557.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 99 (39.06% from 255) = 16.81%
GREEN value IS 238 (93.36% from 255) = 40.41%
BLUE value IS 252 (98.83% from 255) = 42.78%
R=16.81%
G=40.41%
B=42.78%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal992382520.610.0600.01185.4996.2368.82
Hex63EEFC3D601b96045
Octal14335637475601271140105
Binary11000111110111011111100111101110011011100111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63EEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63EEFC; }

 p { color: rgb(99,238,252); }

 H1.HeaderClassName
 {
   color: #63EEFC;
 }
 .AnyTagClassName
 {
   color: #63EEFC;
 }
</style>
background-color css

<style>
 a { background-color: #63EEFC; }

 a { background-color: rgb(99,238,252); }

 div.DivClassName
 {
   background-color: #63EEFC;
 }
 .BgClassName
 {
   background-color: #63EEFC;
 }
</style>
border-color css

<style>
 span { border-color: #63EEFC; }

 span { border-color: rgb(99,238,252); }

 td.TdClassName
 {
   border-color: #63EEFC;
 }
 .TagClassName
 {
   border-color: #63EEFC;
 }
</style>