#6AFAF8

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

Shades of Baby Blue #6AFAF8

Tints of Baby Blue #6AFAF8

Color information

#6AFAF8 (or 0x6AFAF8) is unknown color: approx Baby Blue. HEX triplet: 6A, FA and F8. RGB value is (106,250,248). Sum of RGB (Red+Green+Blue) = 106+250+248=604 (80% of max value = 765). Red value is 106 (41.80% from 255 or 17.55% from 604); Green value is 250 (98.05% from 255 or 41.39% from 604); Blue value is 248 (97.27% from 255 or 41.06% from 604); Max value from RGB is 250 - color contains mainly: green. Hex color #6AFAF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AFAF8 is #950507. Grayscale: #CECECE. Windows color (decimal): -9766152 or 16317034. OLE color: 16317034.

HSL color Cylindrical-coordinate representation of color #6AFAF8: hue angle of 179.17º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFAF8 is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB106250248-
CMYK0.5800.010.02
HSL179.17º93.51%69.8%-
HSV(B)179.17º57.6%98.04%-
XYZ57.0778.21100.9-
YUV206.72151.2956.16-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 17.55%
GREEN value IS 250 (98.05% from 255) = 41.39%
BLUE value IS 248 (97.27% from 255) = 41.06%
R=17.55%
G=41.39%
B=41.06%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1062502480.5800.010.02179.1793.5169.8
Hex6AFAF83A012b35e46
Octal15237237072012263136106
Binary1101010111110101111100011101001101011001110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AFAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6AFAF8; }

 p { color: rgb(106,250,248); }

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

<style>
 a { background-color: #6AFAF8; }

 a { background-color: rgb(106,250,248); }

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

<style>
 span { border-color: #6AFAF8; }

 span { border-color: rgb(106,250,248); }

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