#6AF3FE

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

Shades of Baby Blue #6AF3FE

Tints of Baby Blue #6AF3FE

Color information

#6AF3FE (or 0x6AF3FE) is unknown color: approx Baby Blue. HEX triplet: 6A, F3 and FE. RGB value is (106,243,254). Sum of RGB (Red+Green+Blue) = 106+243+254=603 (79% of max value = 765). Red value is 106 (41.80% from 255 or 17.58% from 603); Green value is 243 (95.31% from 255 or 40.30% from 603); Blue value is 254 (99.61% from 255 or 42.12% from 603); Max value from RGB is 254 - color contains mainly: blue. Hex color #6AF3FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AF3FE is #950C01. Grayscale: #CBCBCB. Windows color (decimal): -9767938 or 16708458. OLE color: 16708458.

HSL color Cylindrical-coordinate representation of color #6AF3FE: hue angle of 184.46º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AF3FE is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB106243254-
CMYK0.580.0400.00
HSL184.46º98.67%70.59%-
HSV(B)184.46º58.27%99.61%-
XYZ55.8874.32105.17-
YUV203.29156.6158.61-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 17.58%
GREEN value IS 243 (95.31% from 255) = 40.30%
BLUE value IS 254 (99.61% from 255) = 42.12%
R=17.58%
G=40.30%
B=42.12%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1062432540.580.0400.00184.4698.6770.59
Hex6AF3FE3A400b86347
Octal15236337672400270143107
Binary11010101111001111111110111010100001011100011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AF3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,243,254); }

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

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

 a { background-color: rgb(106,243,254); }

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

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

 span { border-color: rgb(106,243,254); }

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