Html Css Color HEX #76F7E7 Baby Blue

📋 copy color: '#76F7E7'

red 118 ◦ green 247 ◦ blue 231

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

Shades of Baby Blue #76F7E7

Tints of Baby Blue #76F7E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 38.76%

R = 19.8%
G = 41.44%
B = 38.76%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.06

 K value IS 0.03

RGB Variations

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

Color information

#76F7E7 (or 0x76F7E7) is known color: Baby Blue. HEX triplet: 76, F7 and E7. RGB value is (118,247,231). Sum of RGB (Red+Green+Blue) = 118+247+231=596 (78% of max value = 765). Red value is 118 (46.48% from 255 or 19.80% from 596); Green value is 247 (96.88% from 255 or 41.44% from 596); Blue value is 231 (90.62% from 255 or 38.76% from 596); Max value from RGB is 247 - color contains mainly: green. Hex color #76F7E7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76F7E7 is #890818. Grayscale: #CECECE. Windows color (decimal): -8980505 or 15202166. OLE color: 15202166.

HSL color Cylindrical-coordinate representation of color #76F7E7: hue angle of 172.56º 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 #76F7E7 is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB 118 247 231 -
CMYK 0.52 0 0.06 0.03
HSL 172.56º 0.89% 0.72% -
HSV(B) 172.56º 0.52% 0.97% -
XYZ 55.16 76.14 87.39 -
YUV 206.61 141.76 64.8 -
System Red Green Blue C M Y K H S L
Decimal 118 247 231 0.52 0 0.06 0.03 172.56 0.89 0.72
Hex 76 F7 E7 34 0 6 3 AD 59 48
Octal 166 367 347 64 0 6 3 255 131 110
Binary 1110110 11110111 11100111 110100 0 110 11 10101101 1011001 1001000

Color Harmonies of #76F7E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76F7E7

Black with #76F7E7

Text Example


Text Example

White with #76F7E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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