#6AFAF5

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

Shades of Baby Blue #6AFAF5

Tints of Baby Blue #6AFAF5

Color information

#6AFAF5 (or 0x6AFAF5) is unknown color: approx Baby Blue. HEX triplet: 6A, FA and F5. RGB value is (106,250,245). Sum of RGB (Red+Green+Blue) = 106+250+245=601 (79% of max value = 765). Red value is 106 (41.80% from 255 or 17.64% from 601); Green value is 250 (98.05% from 255 or 41.60% from 601); Blue value is 245 (96.09% from 255 or 40.77% from 601); Max value from RGB is 250 - color contains mainly: green. Hex color #6AFAF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AFAF5 is #95050A. Grayscale: #CECECE. Windows color (decimal): -9766155 or 16120426. OLE color: 16120426.

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

Color convert

RGB106250245-
CMYK0.5800.020.02
HSL177.92º93.51%69.8%-
HSV(B)177.92º57.6%98.04%-
XYZ56.6178.0398.46-
YUV206.37149.7956.41-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 17.64%
GREEN value IS 250 (98.05% from 255) = 41.60%
BLUE value IS 245 (96.09% from 255) = 40.77%
R=17.64%
G=41.60%
B=40.77%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1062502450.5800.020.02177.9293.5169.8
Hex6AFAF53A022b25e46
Octal15237236572022262136106
Binary11010101111101011110101111010010101011001010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AFAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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