#2098D5

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

Shades of Summer Sky #2098D5

Tints of Summer Sky #2098D5

Color information

#2098D5 (or 0x2098D5) is unknown color: approx Summer Sky. HEX triplet: 20, 98 and D5. RGB value is (32,152,213). Sum of RGB (Red+Green+Blue) = 32+152+213=397 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.06% from 397); Green value is 152 (59.77% from 255 or 38.29% from 397); Blue value is 213 (83.59% from 255 or 53.65% from 397); Max value from RGB is 213 - color contains mainly: blue. Hex color #2098D5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2098D5 is #DF672A. Grayscale: #7A7A7A. Windows color (decimal): -14640939 or 13998112. OLE color: 13998112.

HSL color Cylindrical-coordinate representation of color #2098D5: hue angle of 200.22º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2098D5 is Cyan = 0.85, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB32152213-
CMYK0.850.2900.16
HSL200.22º73.88%48.04%-
HSV(B)200.22º84.98%83.53%-
XYZ23.8327.5767.02-
YUV123.07178.7463.04-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.06%
GREEN value IS 152 (59.77% from 255) = 38.29%
BLUE value IS 213 (83.59% from 255) = 53.65%
R=8.06%
G=38.29%
B=53.65%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal321522130.850.2900.16200.2273.8848.04
Hex2098D5551D010c84a30
Octal402303251253502031011260
Binary1000001001100011010101101010111101010000110010001001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2098D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2098D5; }

 p { color: rgb(32,152,213); }

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

<style>
 a { background-color: #2098D5; }

 a { background-color: rgb(32,152,213); }

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

<style>
 span { border-color: #2098D5; }

 span { border-color: rgb(32,152,213); }

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