#63FAEE

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

Shades of Baby Blue #63FAEE

Tints of Baby Blue #63FAEE

Color information

#63FAEE (or 0x63FAEE) is unknown color: approx Baby Blue. HEX triplet: 63, FA and EE. RGB value is (99,250,238). Sum of RGB (Red+Green+Blue) = 99+250+238=587 (77% of max value = 765). Red value is 99 (39.06% from 255 or 16.87% from 587); Green value is 250 (98.05% from 255 or 42.59% from 587); Blue value is 238 (93.36% from 255 or 40.55% from 587); Max value from RGB is 250 - color contains mainly: green. Hex color #63FAEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63FAEE is #9C0511. Grayscale: #CBCBCB. Windows color (decimal): -10224914 or 15661667. OLE color: 15661667.

HSL color Cylindrical-coordinate representation of color #63FAEE: hue angle of 175.23º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #63FAEE is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB99250238-
CMYK0.6000.050.02
HSL175.23º93.79%68.43%-
HSV(B)175.23º60.4%98.04%-
XYZ54.7677.292.9-
YUV203.48147.4753.48-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 16.87%
GREEN value IS 250 (98.05% from 255) = 42.59%
BLUE value IS 238 (93.36% from 255) = 40.55%
R=16.87%
G=42.59%
B=40.55%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal992502380.6000.050.02175.2393.7968.43
Hex63FAEE3C052af5e44
Octal14337235674052257136104
Binary110001111111010111011101111000101101010111110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63FAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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