#3099D5

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

Shades of Summer Sky #3099D5

Tints of Summer Sky #3099D5

Color information

#3099D5 (or 0x3099D5) is unknown color: approx Summer Sky. HEX triplet: 30, 99 and D5. RGB value is (48,153,213). Sum of RGB (Red+Green+Blue) = 48+153+213=414 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.59% from 414); Green value is 153 (60.16% from 255 or 36.96% from 414); Blue value is 213 (83.59% from 255 or 51.45% from 414); Max value from RGB is 213 - color contains mainly: blue. Hex color #3099D5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3099D5 is #CF662A. Grayscale: #808080. Windows color (decimal): -13592107 or 13998384. OLE color: 13998384.

HSL color Cylindrical-coordinate representation of color #3099D5: hue angle of 201.82º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3099D5 is Cyan = 0.77, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB48153213-
CMYK0.770.2800.16
HSL201.82º66.27%51.18%-
HSV(B)201.82º77.46%83.53%-
XYZ24.6228.2167.1-
YUV128.44175.7170.62-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.59%
GREEN value IS 153 (60.16% from 255) = 36.96%
BLUE value IS 213 (83.59% from 255) = 51.45%
R=11.59%
G=36.96%
B=51.45%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal481532130.770.2800.16201.8266.2751.18
Hex3099D54D1C010ca4233
Octal602313251153402031210263
Binary1100001001100111010101100110111100010000110010101000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3099D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,153,213); }

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

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

 a { background-color: rgb(48,153,213); }

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

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

 span { border-color: rgb(48,153,213); }

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