Html Css Color HEX #76FEF9 Baby Blue

📋 copy color: '#76FEF9'

red 118 ◦ green 254 ◦ blue 249

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

Shades of Baby Blue #76FEF9

Tints of Baby Blue #76FEF9

RGB

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

 GREEN value IS 254 (99.61% from 255) = 40.9%

 BLUE value IS 249 (97.66% from 255) = 40.1%

R = 19%
G = 40.9%
B = 40.1%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#76FEF9 (or 0x76FEF9) is known color: Baby Blue. HEX triplet: 76, FE and F9. RGB value is (118,254,249). Sum of RGB (Red+Green+Blue) = 118+254+249=621 (82% of max value = 765). Red value is 118 (46.48% from 255 or 19.00% from 621); Green value is 254 (99.61% from 255 or 40.90% from 621); Blue value is 249 (97.66% from 255 or 40.10% from 621); Max value from RGB is 254 - color contains mainly: green. Hex color #76FEF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76FEF9 is #890106. Grayscale: #D4D4D4. Windows color (decimal): -8978695 or 16383606. OLE color: 16383606.

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

Color convert

RGB 118 254 249 -
CMYK 0.54 0 0.02 0.00
HSL 177.79º 0.99% 0.73% -
HSV(B) 177.79º 0.54% 1% -
XYZ 60.01 81.57 102.21 -
YUV 212.77 148.44 60.41 -
System Red Green Blue C M Y K H S L
Decimal 118 254 249 0.54 0 0.02 0.00 177.79 0.99 0.73
Hex 76 FE F9 36 0 2 0 B2 63 49
Octal 166 376 371 66 0 2 0 262 143 111
Binary 1110110 11111110 11111001 110110 0 10 0 10110010 1100011 1001001

Color Harmonies of #76FEF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76FEF9

Black with #76FEF9

Text Example


Text Example

White with #76FEF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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