#4BFFFF

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

Shades of Baby Blue #4BFFFF

Tints of Baby Blue #4BFFFF

Color information

#4BFFFF (or 0x4BFFFF) is unknown color: approx Baby Blue. HEX triplet: 4B, FF and FF. RGB value is (75,255,255). Sum of RGB (Red+Green+Blue) = 75+255+255=585 (77% of max value = 765). Red value is 75 (29.69% from 255 or 12.82% from 585); Green value is 255 (100% from 255 or 43.59% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #4BFFFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BFFFF is #B40000. Grayscale: #C9C9C9. Windows color (decimal): -11796481 or 16777035. OLE color: 16777035.

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

Color convert

RGB75255255-
CMYK0.71000
HSL180º100%64.71%-
HSV(B)180º70.59%100%-
XYZ56.7180.24107.11-
YUV201.18158.3738-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 12.82%
GREEN value IS 255 (100% from 255) = 43.59%
BLUE value IS 255 (100% from 255) = 43.59%
R=12.82%
G=43.59%
B=43.59%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal752552550.7100018010064.71
Hex4BFFFF47000b46441
Octal113377377107000264144101
Binary1001011111111111111111110001110001011010011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BFFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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