#6FFAF4

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

Shades of Baby Blue #6FFAF4

Tints of Baby Blue #6FFAF4

Color information

#6FFAF4 (or 0x6FFAF4) is unknown color: approx Baby Blue. HEX triplet: 6F, FA and F4. RGB value is (111,250,244). Sum of RGB (Red+Green+Blue) = 111+250+244=605 (80% of max value = 765). Red value is 111 (43.75% from 255 or 18.35% from 605); Green value is 250 (98.05% from 255 or 41.32% from 605); Blue value is 244 (95.70% from 255 or 40.33% from 605); Max value from RGB is 250 - color contains mainly: green. Hex color #6FFAF4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FFAF4 is #90050B. Grayscale: #CFCFCF. Windows color (decimal): -9438476 or 16054895. OLE color: 16054895.

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

Color convert

RGB111250244-
CMYK0.5600.020.02
HSL177.41º93.29%70.78%-
HSV(B)177.41º55.6%98.04%-
XYZ57.0778.2897.69-
YUV207.76148.4558.99-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 18.35%
GREEN value IS 250 (98.05% from 255) = 41.32%
BLUE value IS 244 (95.70% from 255) = 40.33%
R=18.35%
G=41.32%
B=40.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1112502440.5600.020.02177.4193.2970.78
Hex6FFAF438022b15d47
Octal15737236470022261135107
Binary11011111111101011110100111000010101011000110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FFAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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