#2A98DC

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

Shades of Summer Sky #2A98DC

Tints of Summer Sky #2A98DC

Color information

#2A98DC (or 0x2A98DC) is unknown color: approx Summer Sky. HEX triplet: 2A, 98 and DC. RGB value is (42,152,220). Sum of RGB (Red+Green+Blue) = 42+152+220=414 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.14% from 414); Green value is 152 (59.77% from 255 or 36.71% from 414); Blue value is 220 (86.33% from 255 or 53.14% from 414); Max value from RGB is 220 - color contains mainly: blue. Hex color #2A98DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A98DC is #D56723. Grayscale: #7E7E7E. Windows color (decimal): -13985572 or 14456874. OLE color: 14456874.

HSL color Cylindrical-coordinate representation of color #2A98DC: hue angle of 202.92º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A98DC is Cyan = 0.81, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB42152220-
CMYK0.810.3100.14
HSL202.92º71.77%51.37%-
HSV(B)202.92º80.91%86.27%-
XYZ25.128.1271.81-
YUV126.86180.5667.47-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.14%
GREEN value IS 152 (59.77% from 255) = 36.71%
BLUE value IS 220 (86.33% from 255) = 53.14%
R=10.14%
G=36.71%
B=53.14%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal421522200.810.3100.14202.9271.7751.37
Hex2A98DC511F0Ecb4833
Octal522303341213701631311063
Binary101010100110001101110010100011111101110110010111001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A98DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A98DC; }

 p { color: rgb(42,152,220); }

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

<style>
 a { background-color: #2A98DC; }

 a { background-color: rgb(42,152,220); }

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

<style>
 span { border-color: #2A98DC; }

 span { border-color: rgb(42,152,220); }

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