Html Css Color HEX #6EFDEA Baby Blue

📋 copy color: '#6EFDEA'

red 110 ◦ green 253 ◦ blue 234

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

Shades of Baby Blue #6EFDEA

Tints of Baby Blue #6EFDEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39.2%

R = 18.43%
G = 42.38%
B = 39.2%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#6EFDEA (or 0x6EFDEA) is known color: Baby Blue. HEX triplet: 6E, FD and EA. RGB value is (110,253,234). Sum of RGB (Red+Green+Blue) = 110+253+234=597 (79% of max value = 765). Red value is 110 (43.36% from 255 or 18.43% from 597); Green value is 253 (99.22% from 255 or 42.38% from 597); Blue value is 234 (91.80% from 255 or 39.20% from 597); Max value from RGB is 253 - color contains mainly: green. Hex color #6EFDEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EFDEA is #910215. Grayscale: #D0D0D0. Windows color (decimal): -9503254 or 15400302. OLE color: 15400302.

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

Color convert

RGB 110 253 234 -
CMYK 0.57 0 0.08 0.01
HSL 172.03º 0.97% 0.71% -
HSV(B) 172.03º 0.57% 0.99% -
XYZ 56.41 79.51 90.22 -
YUV 208.08 142.62 58.04 -
System Red Green Blue C M Y K H S L
Decimal 110 253 234 0.57 0 0.08 0.01 172.03 0.97 0.71
Hex 6E FD EA 39 0 8 1 AC 61 47
Octal 156 375 352 71 0 10 1 254 141 107
Binary 1101110 11111101 11101010 111001 0 1000 1 10101100 1100001 1000111

Color Harmonies of #6EFDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EFDEA

Black with #6EFDEA

Text Example


Text Example

White with #6EFDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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