Html Css Color HEX #6EFFED Baby Blue

📋 copy color: '#6EFFED'

red 110 ◦ green 255 ◦ blue 237

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

Shades of Baby Blue #6EFFED

Tints of Baby Blue #6EFFED

RGB

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

 GREEN value IS 255 (100% from 255) = 42.36%

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

R = 18.27%
G = 42.36%
B = 39.37%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#6EFFED (or 0x6EFFED) is known color: Baby Blue. HEX triplet: 6E, FF and ED. RGB value is (110,255,237). Sum of RGB (Red+Green+Blue) = 110+255+237=602 (79% of max value = 765). Red value is 110 (43.36% from 255 or 18.27% from 602); Green value is 255 (100% from 255 or 42.36% from 602); Blue value is 237 (92.97% from 255 or 39.37% from 602); Max value from RGB is 255 - color contains mainly: green. Hex color #6EFFED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EFFED is #910012. Grayscale: #D1D1D1. Windows color (decimal): -9502739 or 15597422. OLE color: 15597422.

HSL color Cylindrical-coordinate representation of color #6EFFED: hue angle of 172.55º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EFFED is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB 110 255 237 -
CMYK 0.57 0 0.07 0
HSL 172.55º 1% 0.72% -
HSV(B) 172.55º 0.57% 1% -
XYZ 57.48 80.95 92.72 -
YUV 209.59 143.46 56.96 -
System Red Green Blue C M Y K H S L
Decimal 110 255 237 0.57 0 0.07 0 172.55 1 0.72
Hex 6E FF ED 39 0 7 0 AD 64 48
Octal 156 377 355 71 0 7 0 255 144 110
Binary 1101110 11111111 11101101 111001 0 111 0 10101101 1100100 1001000

Color Harmonies of #6EFFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EFFED

Black with #6EFFED

Text Example


Text Example

White with #6EFFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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