#6EFEF3

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

Shades of Baby Blue #6EFEF3

Tints of Baby Blue #6EFEF3

Color information

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

HSL color Cylindrical-coordinate representation of color #6EFEF3: hue angle of 175.42º 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 #6EFEF3 is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.

Color convert

RGB110254243-
CMYK0.5700.040.00
HSL175.42º98.63%71.37%-
HSV(B)175.42º56.69%99.61%-
XYZ58.0580.6797.31-
YUV209.69146.7956.89-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1102542430.5700.040.00175.4298.6371.37
Hex6EFEF339040af6347
Octal15637636371040257143107
Binary11011101111111011110011111001010001010111111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EFEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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