#76FBEE

Color #76FBEE Baby Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baby Blue #76FBEE

Tints of Baby Blue #76FBEE

Color information

#76FBEE (or 0x76FBEE) is unknown color: approx Baby Blue. HEX triplet: 76, FB and EE. RGB value is (118,251,238). Sum of RGB (Red+Green+Blue) = 118+251+238=607 (80% of max value = 765). Red value is 118 (46.48% from 255 or 19.44% from 607); Green value is 251 (98.44% from 255 or 41.35% from 607); Blue value is 238 (93.36% from 255 or 39.21% from 607); Max value from RGB is 251 - color contains mainly: green. Hex color #76FBEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76FBEE is #890411. Grayscale: #D1D1D1. Windows color (decimal): -8979474 or 15661942. OLE color: 15661942.

HSL color Cylindrical-coordinate representation of color #76FBEE: hue angle of 174.14º degrees, saturation: 0.94, 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 #76FBEE is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB118251238-
CMYK0.5300.050.02
HSL174.14º94.33%72.35%-
HSV(B)174.14º52.99%98.43%-
XYZ57.479.0293.12-
YUV209.75143.9462.56-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 19.44%
GREEN value IS 251 (98.44% from 255) = 41.35%
BLUE value IS 238 (93.36% from 255) = 39.21%
R=19.44%
G=41.35%
B=39.21%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1182512380.5300.050.02174.1494.3372.35
Hex76FBEE35052ae5e48
Octal16637335665052256136110
Binary111011011111011111011101101010101101010111010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76FBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #76FBEE;
 }
 .AnyTagClassName
 {
   color: #76FBEE;
 }
</style>
background-color css

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

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

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

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

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

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