#76FAEE

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

Shades of Baby Blue #76FAEE

Tints of Baby Blue #76FAEE

Color information

#76FAEE (or 0x76FAEE) is unknown color: approx Baby Blue. HEX triplet: 76, FA and EE. RGB value is (118,250,238). Sum of RGB (Red+Green+Blue) = 118+250+238=606 (80% of max value = 765). Red value is 118 (46.48% from 255 or 19.47% from 606); Green value is 250 (98.05% from 255 or 41.25% from 606); Blue value is 238 (93.36% from 255 or 39.27% from 606); Max value from RGB is 250 - color contains mainly: green. Hex color #76FAEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76FAEE is #890511. Grayscale: #D1D1D1. Windows color (decimal): -8979730 or 15661686. OLE color: 15661686.

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

Color convert

RGB118250238-
CMYK0.5300.050.02
HSL174.55º92.96%72.16%-
HSV(B)174.55º52.8%98.04%-
XYZ57.0978.493.01-
YUV209.16144.2762.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 19.47%
GREEN value IS 250 (98.05% from 255) = 41.25%
BLUE value IS 238 (93.36% from 255) = 39.27%
R=19.47%
G=41.25%
B=39.27%

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
Decimal1182502380.5300.050.02174.5592.9672.16
Hex76FAEE35052af5d48
Octal16637235665052257135110
Binary111011011111010111011101101010101101010111110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76FAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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