Html Css Color HEX #6EEFED Baby Blue

📋 copy color: '#6EEFED'

red 110 ◦ green 239 ◦ blue 237

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

Shades of Baby Blue #6EEFED

Tints of Baby Blue #6EEFED

RGB

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

 GREEN value IS 239 (93.75% from 255) = 40.78%

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

R = 18.77%
G = 40.78%
B = 40.44%

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

#6EEFED (or 0x6EEFED) is known color: Baby Blue. HEX triplet: 6E, EF and ED. RGB value is (110,239,237). Sum of RGB (Red+Green+Blue) = 110+239+237=586 (77% of max value = 765). Red value is 110 (43.36% from 255 or 18.77% from 586); Green value is 239 (93.75% from 255 or 40.78% from 586); Blue value is 237 (92.97% from 255 or 40.44% from 586); Max value from RGB is 239 - color contains mainly: green. Hex color #6EEFED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EEFED is #911012. Grayscale: #C8C8C8. Windows color (decimal): -9506835 or 15593326. OLE color: 15593326.

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

Color convert

RGB 110 239 237 -
CMYK 0.54 0 0.01 0.06
HSL 179.07º 0.8% 0.68% -
HSV(B) 179.07º 0.54% 0.94% -
XYZ 52.58 71.16 91.09 -
YUV 200.2 148.76 63.66 -
System Red Green Blue C M Y K H S L
Decimal 110 239 237 0.54 0 0.01 0.06 179.07 0.8 0.68
Hex 6E EF ED 36 0 1 6 B3 50 44
Octal 156 357 355 66 0 1 6 263 120 104
Binary 1101110 11101111 11101101 110110 0 1 110 10110011 1010000 1000100

Color Harmonies of #6EEFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EEFED

Black with #6EEFED

Text Example


Text Example

White with #6EEFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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