#6EF0F1

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

Shades of Baby Blue #6EF0F1

Tints of Baby Blue #6EF0F1

Color information

#6EF0F1 (or 0x6EF0F1) is unknown color: approx Baby Blue. HEX triplet: 6E, F0 and F1. RGB value is (110,240,241). Sum of RGB (Red+Green+Blue) = 110+240+241=591 (78% of max value = 765). Red value is 110 (43.36% from 255 or 18.61% from 591); Green value is 240 (94.14% from 255 or 40.61% from 591); Blue value is 241 (94.53% from 255 or 40.78% from 591); Max value from RGB is 241 - color contains mainly: blue. Hex color #6EF0F1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EF0F1 is #910F0E. Grayscale: #C9C9C9. Windows color (decimal): -9506575 or 15855726. OLE color: 15855726.

HSL color Cylindrical-coordinate representation of color #6EF0F1: hue angle of 180.46º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6EF0F1 is Cyan = 0.54, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB110240241-
CMYK0.540.0000.05
HSL180.46º82.39%68.82%-
HSV(B)180.46º54.36%94.51%-
XYZ53.4771.9994.3-
YUV201.24150.4362.92-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 18.61%
GREEN value IS 240 (94.14% from 255) = 40.61%
BLUE value IS 241 (94.53% from 255) = 40.78%
R=18.61%
G=40.61%
B=40.78%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1102402410.540.0000.05180.4682.3968.82
Hex6EF0F136005b45245
Octal15636036166005264122105
Binary11011101111000011110001110110001011011010010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EF0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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