#4CF8FE

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

Shades of Baby Blue #4CF8FE

Tints of Baby Blue #4CF8FE

Color information

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

HSL color Cylindrical-coordinate representation of color #4CF8FE: hue angle of 182.02º 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 #4CF8FE is Cyan = 0.70, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB76248254-
CMYK0.700.0200.00
HSL182.02º98.89%64.71%-
HSV(B)182.02º70.08%99.61%-
XYZ54.4475.83105.53-
YUV197.26160.0241.51-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal762482540.700.0200.00182.0298.8964.71
Hex4CF8FE46200b66341
Octal114370376106200266143101
Binary10011001111100011111110100011010001011011011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CF8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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