#6afbff

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

Shades of Baby Blue #6AFBFF

Tints of Baby Blue #6AFBFF

Color information

#6AFBFF (or 0x6AFBFF) is unknown color: approx Baby Blue. HEX triplet: 6A, FB and FF. RGB value is (106,251,255). Sum of RGB (Red+Green+Blue) = 106+251+255=612 (81% of max value = 765). Red value is 106 (41.80% from 255 or 17.32% from 612); Green value is 251 (98.44% from 255 or 41.01% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #6AFBFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AFBFF is #950400. Grayscale: #CFCFCF. Windows color (decimal): -9765889 or 16776042. OLE color: 16776042.

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

Color convert

RGB106251255-
CMYK0.580.0200
HSL181.61º100%70.78%-
HSV(B)181.61º58.43%100%-
XYZ58.4979.28106.83-
YUV208.1154.4655.17-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 17.32%
GREEN value IS 251 (98.44% from 255) = 41.01%
BLUE value IS 255 (100% from 255) = 41.67%
R=17.32%
G=41.01%
B=41.67%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1062512550.580.0200181.6110070.78
Hex6AFBFF3A200b66447
Octal15237337772200266144107
Binary1101010111110111111111111101010001011011011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6afbff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,251,255); }

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

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

 a { background-color: rgb(106,251,255); }

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

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

 span { border-color: rgb(106,251,255); }

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