Html Css Color HEX #76F9E8 Baby Blue

📋 copy color: '#76F9E8'

red 118 ◦ green 249 ◦ blue 232

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

Shades of Baby Blue #76F9E8

Tints of Baby Blue #76F9E8

RGB

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

 GREEN value IS 249 (97.66% from 255) = 41.57%

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

R = 19.7%
G = 41.57%
B = 38.73%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#76F9E8 (or 0x76F9E8) is known color: Baby Blue. HEX triplet: 76, F9 and E8. RGB value is (118,249,232). Sum of RGB (Red+Green+Blue) = 118+249+232=599 (79% of max value = 765). Red value is 118 (46.48% from 255 or 19.70% from 599); Green value is 249 (97.66% from 255 or 41.57% from 599); Blue value is 232 (91.02% from 255 or 38.73% from 599); Max value from RGB is 249 - color contains mainly: green. Hex color #76F9E8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76F9E8 is #890617. Grayscale: #CFCFCF. Windows color (decimal): -8979992 or 15268214. OLE color: 15268214.

HSL color Cylindrical-coordinate representation of color #76F9E8: hue angle of 172.21º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76F9E8 is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB 118 249 232 -
CMYK 0.53 0 0.07 0.02
HSL 172.21º 0.92% 0.72% -
HSV(B) 172.21º 0.53% 0.98% -
XYZ 55.91 77.43 88.34 -
YUV 207.89 141.6 63.88 -
System Red Green Blue C M Y K H S L
Decimal 118 249 232 0.53 0 0.07 0.02 172.21 0.92 0.72
Hex 76 F9 E8 35 0 7 2 AC 5C 48
Octal 166 371 350 65 0 7 2 254 134 110
Binary 1110110 11111001 11101000 110101 0 111 10 10101100 1011100 1001000

Color Harmonies of #76F9E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76F9E8

Black with #76F9E8

Text Example


Text Example

White with #76F9E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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