#4CFEF8

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

Shades of Baby Blue #4CFEF8

Tints of Baby Blue #4CFEF8

Color information

#4CFEF8 (or 0x4CFEF8) is unknown color: approx Baby Blue. HEX triplet: 4C, FE and F8. RGB value is (76,254,248). Sum of RGB (Red+Green+Blue) = 76+254+248=578 (76% of max value = 765). Red value is 76 (30.08% from 255 or 13.15% from 578); Green value is 254 (99.61% from 255 or 43.94% from 578); Blue value is 248 (97.27% from 255 or 42.91% from 578); Max value from RGB is 254 - color contains mainly: green. Hex color #4CFEF8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CFEF8 is #B30107. Grayscale: #C7C7C7. Windows color (decimal): -11731208 or 16318028. OLE color: 16318028.

HSL color Cylindrical-coordinate representation of color #4CFEF8: hue angle of 177.98º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CFEF8 is Cyan = 0.70, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB76254248-
CMYK0.7000.020.00
HSL177.98º98.89%64.71%-
HSV(B)177.98º70.08%99.61%-
XYZ55.3779.2101.18-
YUV200.09155.0339.49-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 13.15%
GREEN value IS 254 (99.61% from 255) = 43.94%
BLUE value IS 248 (97.27% from 255) = 42.91%
R=13.15%
G=43.94%
B=42.91%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal762542480.7000.020.00177.9898.8964.71
Hex4CFEF846020b26341
Octal114376370106020262143101
Binary10011001111111011111000100011001001011001011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CFEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,254,248); }

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

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

 a { background-color: rgb(76,254,248); }

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

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

 span { border-color: rgb(76,254,248); }

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