Html Css Color HEX #76FDF9 Baby Blue

📋 copy color: '#76FDF9'

red 118 ◦ green 253 ◦ blue 249

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

Shades of Baby Blue #76FDF9

Tints of Baby Blue #76FDF9

RGB

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

 GREEN value IS 253 (99.22% from 255) = 40.81%

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

R = 19.03%
G = 40.81%
B = 40.16%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#76FDF9 (or 0x76FDF9) is known color: Baby Blue. HEX triplet: 76, FD and F9. RGB value is (118,253,249). Sum of RGB (Red+Green+Blue) = 118+253+249=620 (82% of max value = 765). Red value is 118 (46.48% from 255 or 19.03% from 620); Green value is 253 (99.22% from 255 or 40.81% from 620); Blue value is 249 (97.66% from 255 or 40.16% from 620); Max value from RGB is 253 - color contains mainly: green. Hex color #76FDF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76FDF9 is #890206. Grayscale: #D4D4D4. Windows color (decimal): -8978951 or 16383350. OLE color: 16383350.

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

Color convert

RGB 118 253 249 -
CMYK 0.53 0 0.02 0.01
HSL 178.22º 0.97% 0.73% -
HSV(B) 178.22º 0.53% 0.99% -
XYZ 59.7 80.94 102.1 -
YUV 212.18 148.77 60.83 -
System Red Green Blue C M Y K H S L
Decimal 118 253 249 0.53 0 0.02 0.01 178.22 0.97 0.73
Hex 76 FD F9 35 0 2 1 B2 61 49
Octal 166 375 371 65 0 2 1 262 141 111
Binary 1110110 11111101 11111001 110101 0 10 1 10110010 1100001 1001001

Color Harmonies of #76FDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76FDF9

Black with #76FDF9

Text Example


Text Example

White with #76FDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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