Html Css Color HEX #6EF0ED Baby Blue

📋 copy color: '#6EF0ED'

red 110 ◦ green 240 ◦ blue 237

#6EF0ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baby Blue #6EF0ED

Tints of Baby Blue #6EF0ED

RGB

 RED value IS 110 (43.36% from 255) = 18.74%

 GREEN value IS 240 (94.14% from 255) = 40.89%

 BLUE value IS 237 (92.97% from 255) = 40.37%

R = 18.74%
G = 40.89%
B = 40.37%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#6EF0ED (or 0x6EF0ED) is known color: Baby Blue. HEX triplet: 6E, F0 and ED. RGB value is (110,240,237). Sum of RGB (Red+Green+Blue) = 110+240+237=587 (77% of max value = 765). Red value is 110 (43.36% from 255 or 18.74% from 587); Green value is 240 (94.14% from 255 or 40.89% from 587); Blue value is 237 (92.97% from 255 or 40.37% from 587); Max value from RGB is 240 - color contains mainly: green. Hex color #6EF0ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EF0ED is #910F12. Grayscale: #C8C8C8. Windows color (decimal): -9506579 or 15593582. OLE color: 15593582.

HSL color Cylindrical-coordinate representation of color #6EF0ED: hue angle of 178.62º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6EF0ED is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 110 240 237 -
CMYK 0.54 0 0.01 0.06
HSL 178.62º 0.81% 0.69% -
HSV(B) 178.62º 0.54% 0.94% -
XYZ 52.88 71.75 91.18 -
YUV 200.79 148.43 63.24 -
System Red Green Blue C M Y K H S L
Decimal 110 240 237 0.54 0 0.01 0.06 178.62 0.81 0.69
Hex 6E F0 ED 36 0 1 6 B3 51 45
Octal 156 360 355 66 0 1 6 263 121 105
Binary 1101110 11110000 11101101 110110 0 1 110 10110011 1010001 1000101

Color Harmonies of #6EF0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EF0ED

Black with #6EF0ED

Text Example


Text Example

White with #6EF0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6EF0ED;
 }
 .AnyTagClassName
 {
   color: #6EF0ED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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