Html Css Color HEX #6EFFEA Baby Blue

📋 copy color: '#6EFFEA'

red 110 ◦ green 255 ◦ blue 234

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

Shades of Baby Blue #6EFFEA

Tints of Baby Blue #6EFFEA

RGB

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

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

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

R = 18.36%
G = 42.57%
B = 39.07%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#6EFFEA (or 0x6EFFEA) is known color: Baby Blue. HEX triplet: 6E, FF and EA. RGB value is (110,255,234). Sum of RGB (Red+Green+Blue) = 110+255+234=599 (79% of max value = 765). Red value is 110 (43.36% from 255 or 18.36% from 599); Green value is 255 (100% from 255 or 42.57% from 599); Blue value is 234 (91.80% from 255 or 39.07% from 599); Max value from RGB is 255 - color contains mainly: green. Hex color #6EFFEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EFFEA is #910015. Grayscale: #D1D1D1. Windows color (decimal): -9502742 or 15400814. OLE color: 15400814.

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

Color convert

RGB 110 255 234 -
CMYK 0.57 0 0.08 0
HSL 171.31º 1% 0.72% -
HSV(B) 171.31º 0.57% 1% -
XYZ 57.04 80.78 90.43 -
YUV 209.25 141.96 57.21 -
System Red Green Blue C M Y K H S L
Decimal 110 255 234 0.57 0 0.08 0 171.31 1 0.72
Hex 6E FF EA 39 0 8 0 AB 64 48
Octal 156 377 352 71 0 10 0 253 144 110
Binary 1101110 11111111 11101010 111001 0 1000 0 10101011 1100100 1001000

Color Harmonies of #6EFFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EFFEA

Black with #6EFFEA

Text Example


Text Example

White with #6EFFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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