#6EF2FF

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

Shades of Baby Blue #6EF2FF

Tints of Baby Blue #6EF2FF

Color information

#6EF2FF (or 0x6EF2FF) is unknown color: approx Baby Blue. HEX triplet: 6E, F2 and FF. RGB value is (110,242,255). Sum of RGB (Red+Green+Blue) = 110+242+255=607 (80% of max value = 765). Red value is 110 (43.36% from 255 or 18.12% from 607); Green value is 242 (94.92% from 255 or 39.87% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #6EF2FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EF2FF is #910D00. Grayscale: #CBCBCB. Windows color (decimal): -9506049 or 16773742. OLE color: 16773742.

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

Color convert

RGB110242255-
CMYK0.570.0500
HSL185.38º100%71.57%-
HSV(B)185.38º56.86%100%-
XYZ56.2374.04105.93-
YUV204.01156.7760.94-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 18.12%
GREEN value IS 242 (94.92% from 255) = 39.87%
BLUE value IS 255 (100% from 255) = 42.01%
R=18.12%
G=39.87%
B=42.01%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1102422550.570.0500185.3810071.57
Hex6EF2FF39500b96448
Octal15636237771500271144110
Binary11011101111001011111111111001101001011100111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EF2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,242,255); }

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

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

 a { background-color: rgb(110,242,255); }

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

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

 span { border-color: rgb(110,242,255); }

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