Html Css Color HEX #76F7EC Baby Blue

📋 copy color: '#76F7EC'

red 118 ◦ green 247 ◦ blue 236

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

Shades of Baby Blue #76F7EC

Tints of Baby Blue #76F7EC

RGB

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

 GREEN value IS 247 (96.88% from 255) = 41.1%

 BLUE value IS 236 (92.58% from 255) = 39.27%

R = 19.63%
G = 41.1%
B = 39.27%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#76F7EC (or 0x76F7EC) is known color: Baby Blue. HEX triplet: 76, F7 and EC. RGB value is (118,247,236). Sum of RGB (Red+Green+Blue) = 118+247+236=601 (79% of max value = 765). Red value is 118 (46.48% from 255 or 19.63% from 601); Green value is 247 (96.88% from 255 or 41.10% from 601); Blue value is 236 (92.58% from 255 or 39.27% from 601); Max value from RGB is 247 - color contains mainly: green. Hex color #76F7EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76F7EC is #890813. Grayscale: #CFCFCF. Windows color (decimal): -8980500 or 15529846. OLE color: 15529846.

HSL color Cylindrical-coordinate representation of color #76F7EC: hue angle of 174.88º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76F7EC is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 118 247 236 -
CMYK 0.52 0 0.04 0.03
HSL 174.88º 0.89% 0.72% -
HSV(B) 174.88º 0.52% 0.97% -
XYZ 55.87 76.43 91.16 -
YUV 207.18 144.26 64.39 -
System Red Green Blue C M Y K H S L
Decimal 118 247 236 0.52 0 0.04 0.03 174.88 0.89 0.72
Hex 76 F7 EC 34 0 4 3 AF 59 48
Octal 166 367 354 64 0 4 3 257 131 110
Binary 1110110 11110111 11101100 110100 0 100 11 10101111 1011001 1001000

Color Harmonies of #76F7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76F7EC

Black with #76F7EC

Text Example


Text Example

White with #76F7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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