#6EF3FE

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

Shades of Baby Blue #6EF3FE

Tints of Baby Blue #6EF3FE

Color information

#6EF3FE (or 0x6EF3FE) is unknown color: approx Baby Blue. HEX triplet: 6E, F3 and FE. RGB value is (110,243,254). Sum of RGB (Red+Green+Blue) = 110+243+254=607 (80% of max value = 765). Red value is 110 (43.36% from 255 or 18.12% from 607); Green value is 243 (95.31% from 255 or 40.03% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #6EF3FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EF3FE is #910C01. Grayscale: #CCCCCC. Windows color (decimal): -9505794 or 16708462. OLE color: 16708462.

HSL color Cylindrical-coordinate representation of color #6EF3FE: hue angle of 184.58º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EF3FE is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB110243254-
CMYK0.570.0400.00
HSL184.58º98.63%71.37%-
HSV(B)184.58º56.69%99.61%-
XYZ56.3774.57105.19-
YUV204.49155.9460.61-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 18.12%
GREEN value IS 243 (95.31% from 255) = 40.03%
BLUE value IS 254 (99.61% from 255) = 41.85%
R=18.12%
G=40.03%
B=41.85%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1102432540.570.0400.00184.5898.6371.37
Hex6EF3FE39400b96347
Octal15636337671400271143107
Binary11011101111001111111110111001100001011100111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EF3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,243,254); }

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

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

 a { background-color: rgb(110,243,254); }

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

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

 span { border-color: rgb(110,243,254); }

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