Html Css Color HEX #76F8EF Baby Blue

📋 copy color: '#76F8EF'

red 118 ◦ green 248 ◦ blue 239

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

Shades of Baby Blue #76F8EF

Tints of Baby Blue #76F8EF

RGB

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

 GREEN value IS 248 (97.27% from 255) = 40.99%

 BLUE value IS 239 (93.75% from 255) = 39.5%

R = 19.5%
G = 40.99%
B = 39.5%

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

#76F8EF (or 0x76F8EF) is known color: Baby Blue. HEX triplet: 76, F8 and EF. RGB value is (118,248,239). Sum of RGB (Red+Green+Blue) = 118+248+239=605 (80% of max value = 765). Red value is 118 (46.48% from 255 or 19.50% from 605); Green value is 248 (97.27% from 255 or 40.99% from 605); Blue value is 239 (93.75% from 255 or 39.50% from 605); Max value from RGB is 248 - color contains mainly: green. Hex color #76F8EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76F8EF is #890710. Grayscale: #D0D0D0. Windows color (decimal): -8980241 or 15726710. OLE color: 15726710.

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

Color convert

RGB 118 248 239 -
CMYK 0.52 0 0.04 0.03
HSL 175.85º 0.9% 0.72% -
HSV(B) 175.85º 0.52% 0.97% -
XYZ 56.62 77.22 93.58 -
YUV 208.1 145.43 63.73 -
System Red Green Blue C M Y K H S L
Decimal 118 248 239 0.52 0 0.04 0.03 175.85 0.9 0.72
Hex 76 F8 EF 34 0 4 3 B0 5A 48
Octal 166 370 357 64 0 4 3 260 132 110
Binary 1110110 11111000 11101111 110100 0 100 11 10110000 1011010 1001000

Color Harmonies of #76F8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76F8EF

Black with #76F8EF

Text Example


Text Example

White with #76F8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,248,239); }

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

background-color css

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

 a { background-color: rgb(118,248,239); }

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

border-color css

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

 span { border-color: rgb(118,248,239); }

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