#4BFFFD

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

Shades of Baby Blue #4BFFFD

Tints of Baby Blue #4BFFFD

Color information

#4BFFFD (or 0x4BFFFD) is unknown color: approx Baby Blue. HEX triplet: 4B, FF and FD. RGB value is (75,255,253). Sum of RGB (Red+Green+Blue) = 75+255+253=583 (77% of max value = 765). Red value is 75 (29.69% from 255 or 12.86% from 583); Green value is 255 (100% from 255 or 43.74% from 583); Blue value is 253 (99.22% from 255 or 43.40% from 583); Max value from RGB is 255 - color contains mainly: green. Hex color #4BFFFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BFFFD is #B40002. Grayscale: #C8C8C8. Windows color (decimal): -11796483 or 16645963. OLE color: 16645963.

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

Color convert

RGB75255253-
CMYK0.7100.010
HSL179.33º100%64.71%-
HSV(B)179.33º70.59%100%-
XYZ56.3980.11105.42-
YUV200.95157.3738.16-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 12.86%
GREEN value IS 255 (100% from 255) = 43.74%
BLUE value IS 253 (99.22% from 255) = 43.40%
R=12.86%
G=43.74%
B=43.40%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal752552530.7100.010179.3310064.71
Hex4BFFFD47010b36441
Octal113377375107010263144101
Binary1001011111111111111110110001110101011001111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BFFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,255,253); }

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

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

 a { background-color: rgb(75,255,253); }

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

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

 span { border-color: rgb(75,255,253); }

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