#4AFFF7

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

Shades of Baby Blue #4AFFF7

Tints of Baby Blue #4AFFF7

Color information

#4AFFF7 (or 0x4AFFF7) is unknown color: approx Baby Blue. HEX triplet: 4A, FF and F7. RGB value is (74,255,247). Sum of RGB (Red+Green+Blue) = 74+255+247=576 (76% of max value = 765). Red value is 74 (29.30% from 255 or 12.85% from 576); Green value is 255 (100% from 255 or 44.27% from 576); Blue value is 247 (96.88% from 255 or 42.88% from 576); Max value from RGB is 255 - color contains mainly: green. Hex color #4AFFF7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AFFF7 is #B50008. Grayscale: #C7C7C7. Windows color (decimal): -11862025 or 16252746. OLE color: 16252746.

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

Color convert

RGB74255247-
CMYK0.7100.030
HSL177.35º100%64.51%-
HSV(B)177.35º70.98%100%-
XYZ55.3779.69100.46-
YUV199.97154.5338.15-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 12.85%
GREEN value IS 255 (100% from 255) = 44.27%
BLUE value IS 247 (96.88% from 255) = 42.88%
R=12.85%
G=44.27%
B=42.88%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal742552470.7100.030177.3510064.51
Hex4AFFF747030b16441
Octal112377367107030261144101
Binary10010101111111111110111100011101101011000111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AFFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,255,247); }

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

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

 a { background-color: rgb(74,255,247); }

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

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

 span { border-color: rgb(74,255,247); }

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