Html Css Color HEX #6EFEED Baby Blue

📋 copy color: '#6EFEED'

red 110 ◦ green 254 ◦ blue 237

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

Shades of Baby Blue #6EFEED

Tints of Baby Blue #6EFEED

RGB

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

 GREEN value IS 254 (99.61% from 255) = 42.26%

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

R = 18.3%
G = 42.26%
B = 39.43%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#6EFEED (or 0x6EFEED) is known color: Baby Blue. HEX triplet: 6E, FE and ED. RGB value is (110,254,237). Sum of RGB (Red+Green+Blue) = 110+254+237=601 (79% of max value = 765). Red value is 110 (43.36% from 255 or 18.30% from 601); Green value is 254 (99.61% from 255 or 42.26% from 601); Blue value is 237 (92.97% from 255 or 39.43% from 601); Max value from RGB is 254 - color contains mainly: green. Hex color #6EFEED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EFEED is #910112. Grayscale: #D0D0D0. Windows color (decimal): -9502995 or 15597166. OLE color: 15597166.

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

Color convert

RGB 110 254 237 -
CMYK 0.57 0 0.07 0.00
HSL 172.92º 0.99% 0.71% -
HSV(B) 172.92º 0.57% 1% -
XYZ 57.16 80.31 92.61 -
YUV 209.01 143.79 57.38 -
System Red Green Blue C M Y K H S L
Decimal 110 254 237 0.57 0 0.07 0.00 172.92 0.99 0.71
Hex 6E FE ED 39 0 7 0 AD 63 47
Octal 156 376 355 71 0 7 0 255 143 107
Binary 1101110 11111110 11101101 111001 0 111 0 10101101 1100011 1000111

Color Harmonies of #6EFEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EFEED

Black with #6EFEED

Text Example


Text Example

White with #6EFEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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