Html Css Color HEX #76FCF0 Baby Blue

📋 copy color: '#76FCF0'

red 118 ◦ green 252 ◦ blue 240

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

Shades of Baby Blue #76FCF0

Tints of Baby Blue #76FCF0

RGB

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

 GREEN value IS 252 (98.83% from 255) = 41.31%

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

R = 19.34%
G = 41.31%
B = 39.34%

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

#76FCF0 (or 0x76FCF0) is known color: Baby Blue. HEX triplet: 76, FC and F0. RGB value is (118,252,240). Sum of RGB (Red+Green+Blue) = 118+252+240=610 (80% of max value = 765). Red value is 118 (46.48% from 255 or 19.34% from 610); Green value is 252 (98.83% from 255 or 41.31% from 610); Blue value is 240 (94.14% from 255 or 39.34% from 610); Max value from RGB is 252 - color contains mainly: green. Hex color #76FCF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76FCF0 is #89030F. Grayscale: #D2D2D2. Windows color (decimal): -8979216 or 15793270. OLE color: 15793270.

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

Color convert

RGB 118 252 240 -
CMYK 0.53 0 0.05 0.01
HSL 174.63º 0.96% 0.73% -
HSV(B) 174.63º 0.53% 0.99% -
XYZ 58.01 79.76 94.78 -
YUV 210.57 144.61 61.98 -
System Red Green Blue C M Y K H S L
Decimal 118 252 240 0.53 0 0.05 0.01 174.63 0.96 0.73
Hex 76 FC F0 35 0 5 1 AF 60 49
Octal 166 374 360 65 0 5 1 257 140 111
Binary 1110110 11111100 11110000 110101 0 101 1 10101111 1100000 1001001

Color Harmonies of #76FCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76FCF0

Black with #76FCF0

Text Example


Text Example

White with #76FCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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