#4EFBFC

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

Shades of Baby Blue #4EFBFC

Tints of Baby Blue #4EFBFC

Color information

#4EFBFC (or 0x4EFBFC) is unknown color: approx Baby Blue. HEX triplet: 4E, FB and FC. RGB value is (78,251,252). Sum of RGB (Red+Green+Blue) = 78+251+252=581 (76% of max value = 765). Red value is 78 (30.86% from 255 or 13.43% from 581); Green value is 251 (98.44% from 255 or 43.20% from 581); Blue value is 252 (98.83% from 255 or 43.37% from 581); Max value from RGB is 252 - color contains mainly: blue. Hex color #4EFBFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4EFBFC is #B10403. Grayscale: #C7C7C7. Windows color (decimal): -11600900 or 16579406. OLE color: 16579406.

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

Color convert

RGB78251252-
CMYK0.690.0000.01
HSL180.34º96.67%64.71%-
HSV(B)180.34º69.05%98.82%-
XYZ55.2177.64104.17-
YUV199.39157.6941.42-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 13.43%
GREEN value IS 251 (98.44% from 255) = 43.20%
BLUE value IS 252 (98.83% from 255) = 43.37%
R=13.43%
G=43.20%
B=43.37%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal782512520.690.0000.01180.3496.6764.71
Hex4EFBFC45001b46141
Octal116373374105001264141101
Binary1001110111110111111110010001010011011010011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EFBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4EFBFC; }

 p { color: rgb(78,251,252); }

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

<style>
 a { background-color: #4EFBFC; }

 a { background-color: rgb(78,251,252); }

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

<style>
 span { border-color: #4EFBFC; }

 span { border-color: rgb(78,251,252); }

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