Html Css Color HEX #6EEDF2 Baby Blue

📋 copy color: '#6EEDF2'

red 110 ◦ green 237 ◦ blue 242

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

Shades of Baby Blue #6EEDF2

Tints of Baby Blue #6EEDF2

RGB

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

 GREEN value IS 237 (92.97% from 255) = 40.24%

 BLUE value IS 242 (94.92% from 255) = 41.09%

R = 18.68%
G = 40.24%
B = 41.09%

CMYK

 C value IS 0.55

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6EEDF2 (or 0x6EEDF2) is known color: Baby Blue. HEX triplet: 6E, ED and F2. RGB value is (110,237,242). Sum of RGB (Red+Green+Blue) = 110+237+242=589 (78% of max value = 765). Red value is 110 (43.36% from 255 or 18.68% from 589); Green value is 237 (92.97% from 255 or 40.24% from 589); Blue value is 242 (94.92% from 255 or 41.09% from 589); Max value from RGB is 242 - color contains mainly: blue. Hex color #6EEDF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EEDF2 is #91120D. Grayscale: #C7C7C7. Windows color (decimal): -9507342 or 15920494. OLE color: 15920494.

HSL color Cylindrical-coordinate representation of color #6EEDF2: hue angle of 182.27º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6EEDF2 is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 110 237 242 -
CMYK 0.55 0.02 0 0.05
HSL 182.27º 0.84% 0.69% -
HSV(B) 182.27º 0.55% 0.95% -
XYZ 52.74 70.29 94.79 -
YUV 199.6 151.92 64.09 -
System Red Green Blue C M Y K H S L
Decimal 110 237 242 0.55 0.02 0 0.05 182.27 0.84 0.69
Hex 6E ED F2 37 2 0 5 B6 54 45
Octal 156 355 362 67 2 0 5 266 124 105
Binary 1101110 11101101 11110010 110111 10 0 101 10110110 1010100 1000101

Color Harmonies of #6EEDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EEDF2

Black with #6EEDF2

Text Example


Text Example

White with #6EEDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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