#6AF8FB

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

Shades of Baby Blue #6AF8FB

Tints of Baby Blue #6AF8FB

Color information

#6AF8FB (or 0x6AF8FB) is unknown color: approx Baby Blue. HEX triplet: 6A, F8 and FB. RGB value is (106,248,251). Sum of RGB (Red+Green+Blue) = 106+248+251=605 (80% of max value = 765). Red value is 106 (41.80% from 255 or 17.52% from 605); Green value is 248 (97.27% from 255 or 40.99% from 605); Blue value is 251 (98.44% from 255 or 41.49% from 605); Max value from RGB is 251 - color contains mainly: blue. Hex color #6AF8FB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AF8FB is #950704. Grayscale: #CDCDCD. Windows color (decimal): -9766661 or 16513130. OLE color: 16513130.

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

Color convert

RGB106248251-
CMYK0.580.0100.02
HSL181.24º94.77%70%-
HSV(B)181.24º57.77%98.43%-
XYZ56.9277.16103.16-
YUV205.88153.4656.76-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 17.52%
GREEN value IS 248 (97.27% from 255) = 40.99%
BLUE value IS 251 (98.44% from 255) = 41.49%
R=17.52%
G=40.99%
B=41.49%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1062482510.580.0100.02181.2494.7770
Hex6AF8FB3A102b55f46
Octal15237037372102265137106
Binary1101010111110001111101111101010101011010110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AF8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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