#4AF0FE

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

Shades of Baby Blue #4AF0FE

Tints of Baby Blue #4AF0FE

Color information

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

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

Color convert

RGB74240254-
CMYK0.710.0600.00
HSL184.67º98.9%64.31%-
HSV(B)184.67º70.87%99.61%-
XYZ51.8770.93104.72-
YUV191.9616343.86-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal742402540.710.0600.00184.6798.964.31
Hex4AF0FE47600b96340
Octal112360376107600271143100
Binary100101011110000111111101000111110001011100111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AF0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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