Html Css Color HEX #76FDF0 Baby Blue

📋 copy color: '#76FDF0'

red 118 ◦ green 253 ◦ blue 240

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

Shades of Baby Blue #76FDF0

Tints of Baby Blue #76FDF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 39.28%

R = 19.31%
G = 41.41%
B = 39.28%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#76FDF0 (or 0x76FDF0) is known color: Baby Blue. HEX triplet: 76, FD and F0. RGB value is (118,253,240). Sum of RGB (Red+Green+Blue) = 118+253+240=611 (80% of max value = 765). Red value is 118 (46.48% from 255 or 19.31% from 611); Green value is 253 (99.22% from 255 or 41.41% from 611); Blue value is 240 (94.14% from 255 or 39.28% from 611); Max value from RGB is 253 - color contains mainly: green. Hex color #76FDF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76FDF0 is #89020F. Grayscale: #D3D3D3. Windows color (decimal): -8978960 or 15793526. OLE color: 15793526.

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

Color convert

RGB 118 253 240 -
CMYK 0.53 0 0.05 0.01
HSL 174.22º 0.97% 0.73% -
HSV(B) 174.22º 0.53% 0.99% -
XYZ 58.32 80.39 94.88 -
YUV 211.15 144.27 61.56 -
System Red Green Blue C M Y K H S L
Decimal 118 253 240 0.53 0 0.05 0.01 174.22 0.97 0.73
Hex 76 FD F0 35 0 5 1 AE 61 49
Octal 166 375 360 65 0 5 1 256 141 111
Binary 1110110 11111101 11110000 110101 0 101 1 10101110 1100001 1001001

Color Harmonies of #76FDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76FDF0

Black with #76FDF0

Text Example


Text Example

White with #76FDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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