#6FF5FA

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

Shades of Baby Blue #6FF5FA

Tints of Baby Blue #6FF5FA

Color information

#6FF5FA (or 0x6FF5FA) is unknown color: approx Baby Blue. HEX triplet: 6F, F5 and FA. RGB value is (111,245,250). Sum of RGB (Red+Green+Blue) = 111+245+250=606 (80% of max value = 765). Red value is 111 (43.75% from 255 or 18.32% from 606); Green value is 245 (96.09% from 255 or 40.43% from 606); Blue value is 250 (98.05% from 255 or 41.25% from 606); Max value from RGB is 250 - color contains mainly: blue. Hex color #6FF5FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FF5FA is #900A05. Grayscale: #CDCDCD. Windows color (decimal): -9439750 or 16446831. OLE color: 16446831.

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

Color convert

RGB111245250-
CMYK0.560.0200.02
HSL182.16º93.29%70.78%-
HSV(B)182.16º55.6%98.04%-
XYZ56.4675.59102.06-
YUV205.5153.1160.59-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 18.32%
GREEN value IS 245 (96.09% from 255) = 40.43%
BLUE value IS 250 (98.05% from 255) = 41.25%
R=18.32%
G=40.43%
B=41.25%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1112452500.560.0200.02182.1693.2970.78
Hex6FF5FA38202b65d47
Octal15736537270202266135107
Binary11011111111010111111010111000100101011011010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FF5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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