#4BAFEA

Color #4BAFEA Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #4BAFEA

Tints of Summer Sky #4BAFEA

Color information

#4BAFEA (or 0x4BAFEA) is unknown color: approx Summer Sky. HEX triplet: 4B, AF and EA. RGB value is (75,175,234). Sum of RGB (Red+Green+Blue) = 75+175+234=484 (64% of max value = 765). Red value is 75 (29.69% from 255 or 15.50% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 234 (91.80% from 255 or 48.35% from 484); Max value from RGB is 234 - color contains mainly: blue. Hex color #4BAFEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4BAFEA is #B45015. Grayscale: #979797. Windows color (decimal): -11816982 or 15380299. OLE color: 15380299.

HSL color Cylindrical-coordinate representation of color #4BAFEA: hue angle of 202.26º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4BAFEA is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB75175234-
CMYK0.680.2500.08
HSL202.26º79.1%60.59%-
HSV(B)202.26º67.95%91.76%-
XYZ33.0838.183.45-
YUV151.83174.3773.2-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 15.50%
GREEN value IS 175 (68.75% from 255) = 36.16%
BLUE value IS 234 (91.80% from 255) = 48.35%
R=15.50%
G=36.16%
B=48.35%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal751752340.680.2500.08202.2679.160.59
Hex4BAFEA441908ca4f3d
Octal1132573521043101031211775
Binary1001011101011111110101010001001100101000110010101001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BAFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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