#63EEFF

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

Shades of Baby Blue #63EEFF

Tints of Baby Blue #63EEFF

Color information

#63EEFF (or 0x63EEFF) is unknown color: approx Baby Blue. HEX triplet: 63, EE and FF. RGB value is (99,238,255). Sum of RGB (Red+Green+Blue) = 99+238+255=592 (78% of max value = 765). Red value is 99 (39.06% from 255 or 16.72% from 592); Green value is 238 (93.36% from 255 or 40.20% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #63EEFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63EEFF is #9C1100. Grayscale: #C6C6C6. Windows color (decimal): -10227969 or 16772707. OLE color: 16772707.

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

Color convert

RGB99238255-
CMYK0.610.0700
HSL186.54º100%69.41%-
HSV(B)186.54º61.18%100%-
XYZ53.7771.02105.48-
YUV198.38159.9557.12-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 16.72%
GREEN value IS 238 (93.36% from 255) = 40.20%
BLUE value IS 255 (100% from 255) = 43.07%
R=16.72%
G=40.20%
B=43.07%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal992382550.610.0700186.5410069.41
Hex63EEFF3D700bb6445
Octal14335637775700273144105
Binary11000111110111011111111111101111001011101111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63EEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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