Html Css Color HEX #76FDF7 Baby Blue

📋 copy color: '#76FDF7'

red 118 ◦ green 253 ◦ blue 247

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

Shades of Baby Blue #76FDF7

Tints of Baby Blue #76FDF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 39.97%

R = 19.09%
G = 40.94%
B = 39.97%

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

#76FDF7 (or 0x76FDF7) is known color: Baby Blue. HEX triplet: 76, FD and F7. RGB value is (118,253,247). Sum of RGB (Red+Green+Blue) = 118+253+247=618 (81% of max value = 765). Red value is 118 (46.48% from 255 or 19.09% from 618); Green value is 253 (99.22% from 255 or 40.94% from 618); Blue value is 247 (96.88% from 255 or 39.97% from 618); Max value from RGB is 253 - color contains mainly: green. Hex color #76FDF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76FDF7 is #890208. Grayscale: #D3D3D3. Windows color (decimal): -8978953 or 16252278. OLE color: 16252278.

HSL color Cylindrical-coordinate representation of color #76FDF7: hue angle of 177.33º 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 #76FDF7 is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB 118 253 247 -
CMYK 0.53 0 0.02 0.01
HSL 177.33º 0.97% 0.73% -
HSV(B) 177.33º 0.53% 0.99% -
XYZ 59.38 80.82 100.47 -
YUV 211.95 147.77 60.99 -
System Red Green Blue C M Y K H S L
Decimal 118 253 247 0.53 0 0.02 0.01 177.33 0.97 0.73
Hex 76 FD F7 35 0 2 1 B1 61 49
Octal 166 375 367 65 0 2 1 261 141 111
Binary 1110110 11111101 11110111 110101 0 10 1 10110001 1100001 1001001

Color Harmonies of #76FDF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76FDF7

Black with #76FDF7

Text Example


Text Example

White with #76FDF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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