#30AFD3

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

Shades of Summer Sky #30AFD3

Tints of Summer Sky #30AFD3

Color information

#30AFD3 (or 0x30AFD3) is unknown color: approx Summer Sky. HEX triplet: 30, AF and D3. RGB value is (48,175,211). Sum of RGB (Red+Green+Blue) = 48+175+211=434 (57% of max value = 765). Red value is 48 (19.14% from 255 or 11.06% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 211 (82.81% from 255 or 48.62% from 434); Max value from RGB is 211 - color contains mainly: blue. Hex color #30AFD3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30AFD3 is #CF502C. Grayscale: #8C8C8C. Windows color (decimal): -13586477 or 13872944. OLE color: 13872944.

HSL color Cylindrical-coordinate representation of color #30AFD3: hue angle of 193.25º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30AFD3 is Cyan = 0.77, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB48175211-
CMYK0.770.1700.17
HSL193.25º64.94%50.78%-
HSV(B)193.25º77.25%82.75%-
XYZ28.3135.9967.08-
YUV141.13167.4261.57-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.06%
GREEN value IS 175 (68.75% from 255) = 40.32%
BLUE value IS 211 (82.81% from 255) = 48.62%
R=11.06%
G=40.32%
B=48.62%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal481752110.770.1700.17193.2564.9450.78
Hex30AFD34D11011c14133
Octal602573231152102130110163
Binary1100001010111111010011100110110001010001110000011000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30AFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30AFD3; }

 p { color: rgb(48,175,211); }

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

<style>
 a { background-color: #30AFD3; }

 a { background-color: rgb(48,175,211); }

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

<style>
 span { border-color: #30AFD3; }

 span { border-color: rgb(48,175,211); }

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