Html Css Color HEX #6EFFEB Baby Blue

📋 copy color: '#6EFFEB'

red 110 ◦ green 255 ◦ blue 235

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

Shades of Baby Blue #6EFFEB

Tints of Baby Blue #6EFFEB

RGB

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

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

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

R = 18.33%
G = 42.5%
B = 39.17%

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

#6EFFEB (or 0x6EFFEB) is known color: Baby Blue. HEX triplet: 6E, FF and EB. RGB value is (110,255,235). Sum of RGB (Red+Green+Blue) = 110+255+235=600 (79% of max value = 765). Red value is 110 (43.36% from 255 or 18.33% from 600); Green value is 255 (100% from 255 or 42.5% from 600); Blue value is 235 (92.19% from 255 or 39.17% from 600); Max value from RGB is 255 - color contains mainly: green. Hex color #6EFFEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EFFEB is #910014. Grayscale: #D1D1D1. Windows color (decimal): -9502741 or 15466350. OLE color: 15466350.

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

Color convert

RGB 110 255 235 -
CMYK 0.57 0 0.08 0
HSL 171.72º 1% 0.72% -
HSV(B) 171.72º 0.57% 1% -
XYZ 57.19 80.83 91.19 -
YUV 209.37 142.46 57.13 -
System Red Green Blue C M Y K H S L
Decimal 110 255 235 0.57 0 0.08 0 171.72 1 0.72
Hex 6E FF EB 39 0 8 0 AC 64 48
Octal 156 377 353 71 0 10 0 254 144 110
Binary 1101110 11111111 11101011 111001 0 1000 0 10101100 1100100 1001000

Color Harmonies of #6EFFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EFFEB

Black with #6EFFEB

Text Example


Text Example

White with #6EFFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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