Html Css Color HEX #76F8E8 Baby Blue

📋 copy color: '#76F8E8'

red 118 ◦ green 248 ◦ blue 232

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

Shades of Baby Blue #76F8E8

Tints of Baby Blue #76F8E8

RGB

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

 GREEN value IS 248 (97.27% from 255) = 41.47%

 BLUE value IS 232 (91.02% from 255) = 38.8%

R = 19.73%
G = 41.47%
B = 38.8%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.06

 K value IS 0.03

RGB Variations

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

Color information

#76F8E8 (or 0x76F8E8) is known color: Baby Blue. HEX triplet: 76, F8 and E8. RGB value is (118,248,232). Sum of RGB (Red+Green+Blue) = 118+248+232=598 (79% of max value = 765). Red value is 118 (46.48% from 255 or 19.73% from 598); Green value is 248 (97.27% from 255 or 41.47% from 598); Blue value is 232 (91.02% from 255 or 38.80% from 598); Max value from RGB is 248 - color contains mainly: green. Hex color #76F8E8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76F8E8 is #890717. Grayscale: #CFCFCF. Windows color (decimal): -8980248 or 15267958. OLE color: 15267958.

HSL color Cylindrical-coordinate representation of color #76F8E8: hue angle of 172.62º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76F8E8 is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB 118 248 232 -
CMYK 0.52 0 0.06 0.03
HSL 172.62º 0.9% 0.72% -
HSV(B) 172.62º 0.52% 0.97% -
XYZ 55.6 76.81 88.24 -
YUV 207.31 141.93 64.3 -
System Red Green Blue C M Y K H S L
Decimal 118 248 232 0.52 0 0.06 0.03 172.62 0.9 0.72
Hex 76 F8 E8 34 0 6 3 AD 5A 48
Octal 166 370 350 64 0 6 3 255 132 110
Binary 1110110 11111000 11101000 110100 0 110 11 10101101 1011010 1001000

Color Harmonies of #76F8E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76F8E8

Black with #76F8E8

Text Example


Text Example

White with #76F8E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,248,232); }

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

background-color css

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

 a { background-color: rgb(118,248,232); }

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

border-color css

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

 span { border-color: rgb(118,248,232); }

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