#6EF0FC

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

Shades of Baby Blue #6EF0FC

Tints of Baby Blue #6EF0FC

Color information

#6EF0FC (or 0x6EF0FC) is unknown color: approx Baby Blue. HEX triplet: 6E, F0 and FC. RGB value is (110,240,252). Sum of RGB (Red+Green+Blue) = 110+240+252=602 (79% of max value = 765). Red value is 110 (43.36% from 255 or 18.27% from 602); Green value is 240 (94.14% from 255 or 39.87% from 602); Blue value is 252 (98.83% from 255 or 41.86% from 602); Max value from RGB is 252 - color contains mainly: blue. Hex color #6EF0FC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EF0FC is #910F03. Grayscale: #CACACA. Windows color (decimal): -9506564 or 16576622. OLE color: 16576622.

HSL color Cylindrical-coordinate representation of color #6EF0FC: hue angle of 185.07º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6EF0FC is Cyan = 0.56, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB110240252-
CMYK0.560.0500.01
HSL185.07º95.95%70.98%-
HSV(B)185.07º56.35%98.82%-
XYZ55.1672.66103.21-
YUV202.5155.9362.02-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 18.27%
GREEN value IS 240 (94.14% from 255) = 39.87%
BLUE value IS 252 (98.83% from 255) = 41.86%
R=18.27%
G=39.87%
B=41.86%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1102402520.560.0500.01185.0795.9570.98
Hex6EF0FC38501b96047
Octal15636037470501271140107
Binary11011101111000011111100111000101011011100111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EF0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,240,252); }

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

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

 a { background-color: rgb(110,240,252); }

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

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

 span { border-color: rgb(110,240,252); }

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