#2B98D4

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

Shades of Summer Sky #2B98D4

Tints of Summer Sky #2B98D4

Color information

#2B98D4 (or 0x2B98D4) is unknown color: approx Summer Sky. HEX triplet: 2B, 98 and D4. RGB value is (43,152,212). Sum of RGB (Red+Green+Blue) = 43+152+212=407 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.57% from 407); Green value is 152 (59.77% from 255 or 37.35% from 407); Blue value is 212 (83.20% from 255 or 52.09% from 407); Max value from RGB is 212 - color contains mainly: blue. Hex color #2B98D4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B98D4 is #D4672B. Grayscale: #7D7D7D. Windows color (decimal): -13920044 or 13932587. OLE color: 13932587.

HSL color Cylindrical-coordinate representation of color #2B98D4: hue angle of 201.3º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B98D4 is Cyan = 0.80, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB43152212-
CMYK0.800.2800.17
HSL201.3º66.27%50%-
HSV(B)201.3º79.72%83.14%-
XYZ24.1127.7266.37-
YUV126.25176.3968.62-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 10.57%
GREEN value IS 152 (59.77% from 255) = 37.35%
BLUE value IS 212 (83.20% from 255) = 52.09%
R=10.57%
G=37.35%
B=52.09%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal431522120.800.2800.17201.366.2750
Hex2B98D4501C011c94232
Octal532303241203402131110262
Binary1010111001100011010100101000011100010001110010011000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B98D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,152,212); }

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

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

 a { background-color: rgb(43,152,212); }

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

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

 span { border-color: rgb(43,152,212); }

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