Html Css Color HEX #76FFEB Baby Blue

📋 copy color: '#76FFEB'

red 118 ◦ green 255 ◦ blue 235

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

Shades of Baby Blue #76FFEB

Tints of Baby Blue #76FFEB

RGB

 RED value IS 118 (46.48% from 255) = 19.41%

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

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

R = 19.41%
G = 41.94%
B = 38.65%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#76FFEB (or 0x76FFEB) is known color: Baby Blue. HEX triplet: 76, FF and EB. RGB value is (118,255,235). Sum of RGB (Red+Green+Blue) = 118+255+235=608 (80% of max value = 765). Red value is 118 (46.48% from 255 or 19.41% from 608); Green value is 255 (100% from 255 or 41.94% from 608); Blue value is 235 (92.19% from 255 or 38.65% from 608); Max value from RGB is 255 - color contains mainly: green. Hex color #76FFEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76FFEB is #890014. Grayscale: #D3D3D3. Windows color (decimal): -8978453 or 15466358. OLE color: 15466358.

HSL color Cylindrical-coordinate representation of color #76FFEB: hue angle of 171.24º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76FFEB is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB 118 255 235 -
CMYK 0.54 0 0.08 0
HSL 171.24º 1% 0.73% -
HSV(B) 171.24º 0.54% 1% -
XYZ 58.23 81.37 91.23 -
YUV 211.76 141.11 61.13 -
System Red Green Blue C M Y K H S L
Decimal 118 255 235 0.54 0 0.08 0 171.24 1 0.73
Hex 76 FF EB 36 0 8 0 AB 64 49
Octal 166 377 353 66 0 10 0 253 144 111
Binary 1110110 11111111 11101011 110110 0 1000 0 10101011 1100100 1001001

Color Harmonies of #76FFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76FFEB

Black with #76FFEB

Text Example


Text Example

White with #76FFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76FFEB; }

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

 H1.HeaderClassName
 {
   color: #76FFEB;
 }
 .AnyTagClassName
 {
   color: #76FFEB;
 }
</style>

background-color css

<style>
 a { background-color: #76FFEB; }

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

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

border-color css

<style>
 span { border-color: #76FFEB; }

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

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