#4AFEF0

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

Shades of Baby Blue #4AFEF0

Tints of Baby Blue #4AFEF0

Color information

#4AFEF0 (or 0x4AFEF0) is unknown color: approx Baby Blue. HEX triplet: 4A, FE and F0. RGB value is (74,254,240). Sum of RGB (Red+Green+Blue) = 74+254+240=568 (75% of max value = 765). Red value is 74 (29.30% from 255 or 13.03% from 568); Green value is 254 (99.61% from 255 or 44.72% from 568); Blue value is 240 (94.14% from 255 or 42.25% from 568); Max value from RGB is 254 - color contains mainly: green. Hex color #4AFEF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AFEF0 is #B5010F. Grayscale: #C6C6C6. Windows color (decimal): -11862288 or 15793738. OLE color: 15793738.

HSL color Cylindrical-coordinate representation of color #4AFEF0: hue angle of 175.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFEF0 is Cyan = 0.71, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB74254240-
CMYK0.7100.060.00
HSL175.33º98.9%64.31%-
HSV(B)175.33º70.87%99.61%-
XYZ53.9978.6394.77-
YUV198.58151.3739.14-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 13.03%
GREEN value IS 254 (99.61% from 255) = 44.72%
BLUE value IS 240 (94.14% from 255) = 42.25%
R=13.03%
G=44.72%
B=42.25%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal742542400.7100.060.00175.3398.964.31
Hex4AFEF047060af6340
Octal112376360107060257143100
Binary100101011111110111100001000111011001010111111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AFEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,254,240); }

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

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

 a { background-color: rgb(74,254,240); }

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

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

 span { border-color: rgb(74,254,240); }

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