Html Css Color HEX #76FEF6 Baby Blue

📋 copy color: '#76FEF6'

red 118 ◦ green 254 ◦ blue 246

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

Shades of Baby Blue #76FEF6

Tints of Baby Blue #76FEF6

RGB

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

 GREEN value IS 254 (99.61% from 255) = 41.1%

 BLUE value IS 246 (96.48% from 255) = 39.81%

R = 19.09%
G = 41.1%
B = 39.81%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.03

 K value IS 0.00

RGB Variations

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

Color information

#76FEF6 (or 0x76FEF6) is known color: Baby Blue. HEX triplet: 76, FE and F6. RGB value is (118,254,246). Sum of RGB (Red+Green+Blue) = 118+254+246=618 (81% of max value = 765). Red value is 118 (46.48% from 255 or 19.09% from 618); Green value is 254 (99.61% from 255 or 41.10% from 618); Blue value is 246 (96.48% from 255 or 39.81% from 618); Max value from RGB is 254 - color contains mainly: green. Hex color #76FEF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76FEF6 is #890109. Grayscale: #D4D4D4. Windows color (decimal): -8978698 or 16186998. OLE color: 16186998.

HSL color Cylindrical-coordinate representation of color #76FEF6: hue angle of 176.47º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76FEF6 is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.

Color convert

RGB 118 254 246 -
CMYK 0.54 0 0.03 0.00
HSL 176.47º 0.99% 0.73% -
HSV(B) 176.47º 0.54% 1% -
XYZ 59.55 81.39 99.76 -
YUV 212.42 146.94 60.65 -
System Red Green Blue C M Y K H S L
Decimal 118 254 246 0.54 0 0.03 0.00 176.47 0.99 0.73
Hex 76 FE F6 36 0 3 0 B0 63 49
Octal 166 376 366 66 0 3 0 260 143 111
Binary 1110110 11111110 11110110 110110 0 11 0 10110000 1100011 1001001

Color Harmonies of #76FEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76FEF6

Black with #76FEF6

Text Example


Text Example

White with #76FEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,254,246); }

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

background-color css

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

 a { background-color: rgb(118,254,246); }

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

border-color css

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

 span { border-color: rgb(118,254,246); }

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