#76FCFD

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

Shades of Baby Blue #76FCFD

Tints of Baby Blue #76FCFD

Color information

#76FCFD (or 0x76FCFD) is unknown color: approx Baby Blue. HEX triplet: 76, FC and FD. RGB value is (118,252,253). Sum of RGB (Red+Green+Blue) = 118+252+253=623 (82% of max value = 765). Red value is 118 (46.48% from 255 or 18.94% from 623); Green value is 252 (98.83% from 255 or 40.45% from 623); Blue value is 253 (99.22% from 255 or 40.61% from 623); Max value from RGB is 253 - color contains mainly: blue. Hex color #76FCFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76FCFD is #890302. Grayscale: #D3D3D3. Windows color (decimal): -8979203 or 16645238. OLE color: 16645238.

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

Color convert

RGB118252253-
CMYK0.530.0000.01
HSL180.44º97.12%72.75%-
HSV(B)180.44º53.36%99.22%-
XYZ60.0180.56105.32-
YUV212.05151.1160.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 18.94%
GREEN value IS 252 (98.83% from 255) = 40.45%
BLUE value IS 253 (99.22% from 255) = 40.61%
R=18.94%
G=40.45%
B=40.61%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1182522530.530.0000.01180.4497.1272.75
Hex76FCFD35001b46149
Octal16637437565001264141111
Binary111011011111100111111011101010011011010011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76FCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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