#63FAF6

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

Shades of Baby Blue #63FAF6

Tints of Baby Blue #63FAF6

Color information

#63FAF6 (or 0x63FAF6) is unknown color: approx Baby Blue. HEX triplet: 63, FA and F6. RGB value is (99,250,246). Sum of RGB (Red+Green+Blue) = 99+250+246=595 (78% of max value = 765). Red value is 99 (39.06% from 255 or 16.64% from 595); Green value is 250 (98.05% from 255 or 42.02% from 595); Blue value is 246 (96.48% from 255 or 41.34% from 595); Max value from RGB is 250 - color contains mainly: green. Hex color #63FAF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63FAF6 is #9C0509. Grayscale: #CCCCCC. Windows color (decimal): -10224906 or 16185955. OLE color: 16185955.

HSL color Cylindrical-coordinate representation of color #63FAF6: hue angle of 178.41º 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 #63FAF6 is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB99250246-
CMYK0.6000.020.02
HSL178.41º93.79%68.43%-
HSV(B)178.41º60.4%98.04%-
XYZ55.9777.6899.23-
YUV204.4151.4752.83-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 16.64%
GREEN value IS 250 (98.05% from 255) = 42.02%
BLUE value IS 246 (96.48% from 255) = 41.34%
R=16.64%
G=42.02%
B=41.34%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal992502460.6000.020.02178.4193.7968.43
Hex63FAF63C022b25e44
Octal14337236674022262136104
Binary11000111111101011110110111100010101011001010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63FAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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