Html Css Color HEX #76F9EC Baby Blue

📋 copy color: '#76F9EC'

red 118 ◦ green 249 ◦ blue 236

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

Shades of Baby Blue #76F9EC

Tints of Baby Blue #76F9EC

RGB

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

 GREEN value IS 249 (97.66% from 255) = 41.29%

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

R = 19.57%
G = 41.29%
B = 39.14%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#76F9EC (or 0x76F9EC) is known color: Baby Blue. HEX triplet: 76, F9 and EC. RGB value is (118,249,236). Sum of RGB (Red+Green+Blue) = 118+249+236=603 (79% of max value = 765). Red value is 118 (46.48% from 255 or 19.57% from 603); Green value is 249 (97.66% from 255 or 41.29% from 603); Blue value is 236 (92.58% from 255 or 39.14% from 603); Max value from RGB is 249 - color contains mainly: green. Hex color #76F9EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76F9EC is #890613. Grayscale: #D0D0D0. Windows color (decimal): -8979988 or 15530358. OLE color: 15530358.

HSL color Cylindrical-coordinate representation of color #76F9EC: hue angle of 174.05º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76F9EC is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 118 249 236 -
CMYK 0.53 0 0.05 0.02
HSL 174.05º 0.92% 0.72% -
HSV(B) 174.05º 0.53% 0.98% -
XYZ 56.49 77.66 91.37 -
YUV 208.35 143.6 63.56 -
System Red Green Blue C M Y K H S L
Decimal 118 249 236 0.53 0 0.05 0.02 174.05 0.92 0.72
Hex 76 F9 EC 35 0 5 2 AE 5C 48
Octal 166 371 354 65 0 5 2 256 134 110
Binary 1110110 11111001 11101100 110101 0 101 10 10101110 1011100 1001000

Color Harmonies of #76F9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76F9EC

Black with #76F9EC

Text Example


Text Example

White with #76F9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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