#6AFAF0

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

Shades of Baby Blue #6AFAF0

Tints of Baby Blue #6AFAF0

Color information

#6AFAF0 (or 0x6AFAF0) is unknown color: approx Baby Blue. HEX triplet: 6A, FA and F0. RGB value is (106,250,240). Sum of RGB (Red+Green+Blue) = 106+250+240=596 (78% of max value = 765). Red value is 106 (41.80% from 255 or 17.79% from 596); Green value is 250 (98.05% from 255 or 41.95% from 596); Blue value is 240 (94.14% from 255 or 40.27% from 596); Max value from RGB is 250 - color contains mainly: green. Hex color #6AFAF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AFAF0 is #95050F. Grayscale: #CDCDCD. Windows color (decimal): -9766160 or 15792746. OLE color: 15792746.

HSL color Cylindrical-coordinate representation of color #6AFAF0: hue angle of 175.83º 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 #6AFAF0 is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB106250240-
CMYK0.5800.040.02
HSL175.83º93.51%69.8%-
HSV(B)175.83º57.6%98.04%-
XYZ55.8677.7394.5-
YUV205.8147.2956.81-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 17.79%
GREEN value IS 250 (98.05% from 255) = 41.95%
BLUE value IS 240 (94.14% from 255) = 40.27%
R=17.79%
G=41.95%
B=40.27%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1062502400.5800.040.02175.8393.5169.8
Hex6AFAF03A042b05e46
Octal15237236072042260136106
Binary110101011111010111100001110100100101011000010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AFAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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