Html Css Color HEX #76F8EE Baby Blue

📋 copy color: '#76F8EE'

red 118 ◦ green 248 ◦ blue 238

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

Shades of Baby Blue #76F8EE

Tints of Baby Blue #76F8EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 39.4%

R = 19.54%
G = 41.06%
B = 39.4%

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

#76F8EE (or 0x76F8EE) is known color: Baby Blue. HEX triplet: 76, F8 and EE. RGB value is (118,248,238). Sum of RGB (Red+Green+Blue) = 118+248+238=604 (80% of max value = 765). Red value is 118 (46.48% from 255 or 19.54% from 604); Green value is 248 (97.27% from 255 or 41.06% from 604); Blue value is 238 (93.36% from 255 or 39.40% from 604); Max value from RGB is 248 - color contains mainly: green. Hex color #76F8EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76F8EE is #890711. Grayscale: #CFCFCF. Windows color (decimal): -8980242 or 15661174. OLE color: 15661174.

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

Color convert

RGB 118 248 238 -
CMYK 0.52 0 0.04 0.03
HSL 175.38º 0.9% 0.72% -
HSV(B) 175.38º 0.52% 0.97% -
XYZ 56.47 77.16 92.81 -
YUV 207.99 144.93 63.81 -
System Red Green Blue C M Y K H S L
Decimal 118 248 238 0.52 0 0.04 0.03 175.38 0.9 0.72
Hex 76 F8 EE 34 0 4 3 AF 5A 48
Octal 166 370 356 64 0 4 3 257 132 110
Binary 1110110 11111000 11101110 110100 0 100 11 10101111 1011010 1001000

Color Harmonies of #76F8EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76F8EE

Black with #76F8EE

Text Example


Text Example

White with #76F8EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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