Html Css Color HEX #6EFDEB Baby Blue

📋 copy color: '#6EFDEB'

red 110 ◦ green 253 ◦ blue 235

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

Shades of Baby Blue #6EFDEB

Tints of Baby Blue #6EFDEB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 42.31%

 BLUE value IS 235 (92.19% from 255) = 39.3%

R = 18.39%
G = 42.31%
B = 39.3%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#6EFDEB (or 0x6EFDEB) is known color: Baby Blue. HEX triplet: 6E, FD and EB. RGB value is (110,253,235). Sum of RGB (Red+Green+Blue) = 110+253+235=598 (79% of max value = 765). Red value is 110 (43.36% from 255 or 18.39% from 598); Green value is 253 (99.22% from 255 or 42.31% from 598); Blue value is 235 (92.19% from 255 or 39.30% from 598); Max value from RGB is 253 - color contains mainly: green. Hex color #6EFDEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EFDEB is #910214. Grayscale: #D0D0D0. Windows color (decimal): -9503253 or 15465838. OLE color: 15465838.

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

Color convert

RGB 110 253 235 -
CMYK 0.57 0 0.07 0.01
HSL 172.45º 0.97% 0.71% -
HSV(B) 172.45º 0.57% 0.99% -
XYZ 56.55 79.56 90.97 -
YUV 208.19 143.12 57.96 -
System Red Green Blue C M Y K H S L
Decimal 110 253 235 0.57 0 0.07 0.01 172.45 0.97 0.71
Hex 6E FD EB 39 0 7 1 AC 61 47
Octal 156 375 353 71 0 7 1 254 141 107
Binary 1101110 11111101 11101011 111001 0 111 1 10101100 1100001 1000111

Color Harmonies of #6EFDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EFDEB

Black with #6EFDEB

Text Example


Text Example

White with #6EFDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,253,235); }

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

background-color css

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

 a { background-color: rgb(110,253,235); }

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

border-color css

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

 span { border-color: rgb(110,253,235); }

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