#2D98D7

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

Shades of Summer Sky #2D98D7

Tints of Summer Sky #2D98D7

Color information

#2D98D7 (or 0x2D98D7) is unknown color: approx Summer Sky. HEX triplet: 2D, 98 and D7. RGB value is (45,152,215). Sum of RGB (Red+Green+Blue) = 45+152+215=412 (54% of max value = 765). Red value is 45 (17.97% from 255 or 10.92% from 412); Green value is 152 (59.77% from 255 or 36.89% from 412); Blue value is 215 (84.38% from 255 or 52.18% from 412); Max value from RGB is 215 - color contains mainly: blue. Hex color #2D98D7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2D98D7 is #D26728. Grayscale: #7E7E7E. Windows color (decimal): -13788969 or 14129197. OLE color: 14129197.

HSL color Cylindrical-coordinate representation of color #2D98D7: hue angle of 202.24º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2D98D7 is Cyan = 0.79, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB45152215-
CMYK0.790.2900.16
HSL202.24º68%50.98%-
HSV(B)202.24º79.07%84.31%-
XYZ24.5827.9268.38-
YUV127.19177.5569.38-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 10.92%
GREEN value IS 152 (59.77% from 255) = 36.89%
BLUE value IS 215 (84.38% from 255) = 52.18%
R=10.92%
G=36.89%
B=52.18%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal451522150.790.2900.16202.246850.98
Hex2D98D74F1D010ca4433
Octal552303271173502031210463
Binary1011011001100011010111100111111101010000110010101000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D98D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,152,215); }

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

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

 a { background-color: rgb(45,152,215); }

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

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

 span { border-color: rgb(45,152,215); }

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