#76FDFE

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

Shades of Baby Blue #76FDFE

Tints of Baby Blue #76FDFE

Color information

#76FDFE (or 0x76FDFE) is unknown color: approx Baby Blue. HEX triplet: 76, FD and FE. RGB value is (118,253,254). Sum of RGB (Red+Green+Blue) = 118+253+254=625 (82% of max value = 765). Red value is 118 (46.48% from 255 or 18.88% from 625); Green value is 253 (99.22% from 255 or 40.48% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: blue. Hex color #76FDFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76FDFE is #890201. Grayscale: #D4D4D4. Windows color (decimal): -8978946 or 16711030. OLE color: 16711030.

HSL color Cylindrical-coordinate representation of color #76FDFE: hue angle of 180.44º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76FDFE is Cyan = 0.54, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB118253254-
CMYK0.540.0000.00
HSL180.44º98.55%72.94%-
HSV(B)180.44º53.54%99.61%-
XYZ60.4981.26106.26-
YUV212.75151.2760.42-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 18.88%
GREEN value IS 253 (99.22% from 255) = 40.48%
BLUE value IS 254 (99.61% from 255) = 40.64%
R=18.88%
G=40.48%
B=40.64%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1182532540.540.0000.00180.4498.5572.94
Hex76FDFE36000b46349
Octal16637537666000264143111
Binary111011011111101111111101101100001011010011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76FDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,253,254); }

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

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

 a { background-color: rgb(118,253,254); }

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

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

 span { border-color: rgb(118,253,254); }

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