#30B7CF

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

Shades of Summer Sky #30B7CF

Tints of Summer Sky #30B7CF

Color information

#30B7CF (or 0x30B7CF) is unknown color: approx Summer Sky. HEX triplet: 30, B7 and CF. RGB value is (48,183,207). Sum of RGB (Red+Green+Blue) = 48+183+207=438 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.96% from 438); Green value is 183 (71.88% from 255 or 41.78% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 207 - color contains mainly: blue. Hex color #30B7CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30B7CF is #CF4830. Grayscale: #919191. Windows color (decimal): -13584433 or 13612848. OLE color: 13612848.

HSL color Cylindrical-coordinate representation of color #30B7CF: hue angle of 189.06º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30B7CF is Cyan = 0.77, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB48183207-
CMYK0.770.1200.19
HSL189.06º62.35%50%-
HSV(B)189.06º76.81%81.18%-
XYZ29.413965.01-
YUV145.37162.7758.55-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 10.96%
GREEN value IS 183 (71.88% from 255) = 41.78%
BLUE value IS 207 (81.25% from 255) = 47.26%
R=10.96%
G=41.78%
B=47.26%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal481832070.770.1200.19189.0662.3550
Hex30B7CF4DC013bd3e32
Octal60267317115140232757662
Binary11000010110111110011111001101110001001110111101111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,183,207); }

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

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

 a { background-color: rgb(48,183,207); }

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

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

 span { border-color: rgb(48,183,207); }

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