#4BEAFE

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

Shades of Baby Blue #4BEAFE

Tints of Baby Blue #4BEAFE

Color information

#4BEAFE (or 0x4BEAFE) is unknown color: approx Baby Blue. HEX triplet: 4B, EA and FE. RGB value is (75,234,254). Sum of RGB (Red+Green+Blue) = 75+234+254=563 (74% of max value = 765). Red value is 75 (29.69% from 255 or 13.32% from 563); Green value is 234 (91.80% from 255 or 41.56% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #4BEAFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BEAFE is #B41501. Grayscale: #BCBCBC. Windows color (decimal): -11801858 or 16706123. OLE color: 16706123.

HSL color Cylindrical-coordinate representation of color #4BEAFE: hue angle of 186.7º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BEAFE is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB75234254-
CMYK0.700.0800.00
HSL186.7º98.9%64.51%-
HSV(B)186.7º70.47%99.61%-
XYZ50.2167.5104.15-
YUV188.74164.8246.87-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 13.32%
GREEN value IS 234 (91.80% from 255) = 41.56%
BLUE value IS 254 (99.61% from 255) = 45.12%
R=13.32%
G=41.56%
B=45.12%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal752342540.700.0800.00186.798.964.51
Hex4BEAFE46800bb6341
Octal1133523761061000273143101
Binary1001011111010101111111010001101000001011101111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BEAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,234,254); }

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

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

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

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

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

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

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