#4AFAF9

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

Shades of Baby Blue #4AFAF9

Tints of Baby Blue #4AFAF9

Color information

#4AFAF9 (or 0x4AFAF9) is unknown color: approx Baby Blue. HEX triplet: 4A, FA and F9. RGB value is (74,250,249). Sum of RGB (Red+Green+Blue) = 74+250+249=573 (75% of max value = 765). Red value is 74 (29.30% from 255 or 12.91% from 573); Green value is 250 (98.05% from 255 or 43.63% from 573); Blue value is 249 (97.66% from 255 or 43.46% from 573); Max value from RGB is 250 - color contains mainly: green. Hex color #4AFAF9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AFAF9 is #B50506. Grayscale: #C5C5C5. Windows color (decimal): -11863303 or 16382538. OLE color: 16382538.

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

Color convert

RGB74250249-
CMYK0.7000.000.02
HSL179.66º94.62%63.53%-
HSV(B)179.66º70.4%98.04%-
XYZ54.1176.67101.57-
YUV197.26157.1940.08-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 12.91%
GREEN value IS 250 (98.05% from 255) = 43.63%
BLUE value IS 249 (97.66% from 255) = 43.46%
R=12.91%
G=43.63%
B=43.46%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal742502490.7000.000.02179.6694.6263.53
Hex4AFAF946002b45f40
Octal112372371106002264137100
Binary10010101111101011111001100011000101011010010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AFAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,250,249); }

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

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

 a { background-color: rgb(74,250,249); }

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

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

 span { border-color: rgb(74,250,249); }

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