#4AFBEE

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

Shades of Baby Blue #4AFBEE

Tints of Baby Blue #4AFBEE

Color information

#4AFBEE (or 0x4AFBEE) is unknown color: approx Baby Blue. HEX triplet: 4A, FB and EE. RGB value is (74,251,238). Sum of RGB (Red+Green+Blue) = 74+251+238=563 (74% of max value = 765). Red value is 74 (29.30% from 255 or 13.14% from 563); Green value is 251 (98.44% from 255 or 44.58% from 563); Blue value is 238 (93.36% from 255 or 42.27% from 563); Max value from RGB is 251 - color contains mainly: green. Hex color #4AFBEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AFBEE is #B50411. Grayscale: #C4C4C4. Windows color (decimal): -11863058 or 15661898. OLE color: 15661898.

HSL color Cylindrical-coordinate representation of color #4AFBEE: hue angle of 175.59º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFBEE is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB74251238-
CMYK0.7100.050.02
HSL175.59º95.68%63.73%-
HSV(B)175.59º70.52%98.43%-
XYZ52.7576.6292.9-
YUV196.6151.3640.56-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 13.14%
GREEN value IS 251 (98.44% from 255) = 44.58%
BLUE value IS 238 (93.36% from 255) = 42.27%
R=13.14%
G=44.58%
B=42.27%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal742512380.7100.050.02175.5995.6863.73
Hex4AFBEE47052b06040
Octal112373356107052260140100
Binary1001010111110111110111010001110101101011000011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AFBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,251,238); }

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

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

 a { background-color: rgb(74,251,238); }

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

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

 span { border-color: rgb(74,251,238); }

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