#6EF9FC

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

Shades of Baby Blue #6EF9FC

Tints of Baby Blue #6EF9FC

Color information

#6EF9FC (or 0x6EF9FC) is unknown color: approx Baby Blue. HEX triplet: 6E, F9 and FC. RGB value is (110,249,252). Sum of RGB (Red+Green+Blue) = 110+249+252=611 (80% of max value = 765). Red value is 110 (43.36% from 255 or 18.00% from 611); Green value is 249 (97.66% from 255 or 40.75% from 611); Blue value is 252 (98.83% from 255 or 41.24% from 611); Max value from RGB is 252 - color contains mainly: blue. Hex color #6EF9FC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EF9FC is #910603. Grayscale: #CFCFCF. Windows color (decimal): -9504260 or 16578926. OLE color: 16578926.

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

Color convert

RGB110249252-
CMYK0.560.0100.01
HSL181.27º95.95%70.98%-
HSV(B)181.27º56.35%98.82%-
XYZ57.8878.09104.12-
YUV207.78152.9558.26-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 18.00%
GREEN value IS 249 (97.66% from 255) = 40.75%
BLUE value IS 252 (98.83% from 255) = 41.24%
R=18.00%
G=40.75%
B=41.24%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1102492520.560.0100.01181.2795.9570.98
Hex6EF9FC38101b56047
Octal15637137470101265140107
Binary110111011111001111111001110001011011010111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EF9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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