#2B98DE

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

Shades of Summer Sky #2B98DE

Tints of Summer Sky #2B98DE

Color information

#2B98DE (or 0x2B98DE) is unknown color: approx Summer Sky. HEX triplet: 2B, 98 and DE. RGB value is (43,152,222). Sum of RGB (Red+Green+Blue) = 43+152+222=417 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.31% from 417); Green value is 152 (59.77% from 255 or 36.45% from 417); Blue value is 222 (87.11% from 255 or 53.24% from 417); Max value from RGB is 222 - color contains mainly: blue. Hex color #2B98DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B98DE is #D46721. Grayscale: #7F7F7F. Windows color (decimal): -13920034 or 14587947. OLE color: 14587947.

HSL color Cylindrical-coordinate representation of color #2B98DE: hue angle of 203.46º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B98DE is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB43152222-
CMYK0.810.3200.13
HSL203.46º73.06%51.96%-
HSV(B)203.46º80.63%87.06%-
XYZ25.4128.2473.22-
YUV127.39181.3967.81-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 10.31%
GREEN value IS 152 (59.77% from 255) = 36.45%
BLUE value IS 222 (87.11% from 255) = 53.24%
R=10.31%
G=36.45%
B=53.24%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal431522220.810.3200.13203.4673.0651.96
Hex2B98DE51200Dcb4934
Octal532303361214001531311164
Binary1010111001100011011110101000110000001101110010111001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B98DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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