#30D6F5

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

Shades of Summer Sky #30D6F5

Tints of Summer Sky #30D6F5

Color information

#30D6F5 (or 0x30D6F5) is unknown color: approx Summer Sky. HEX triplet: 30, D6 and F5. RGB value is (48,214,245). Sum of RGB (Red+Green+Blue) = 48+214+245=507 (67% of max value = 765). Red value is 48 (19.14% from 255 or 9.47% from 507); Green value is 214 (83.98% from 255 or 42.21% from 507); Blue value is 245 (96.09% from 255 or 48.32% from 507); Max value from RGB is 245 - color contains mainly: blue. Hex color #30D6F5 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30D6F5 is #CF290A. Grayscale: #A7A7A7. Windows color (decimal): -13576459 or 16111152. OLE color: 16111152.

HSL color Cylindrical-coordinate representation of color #30D6F5: hue angle of 189.44º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30D6F5 is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB48214245-
CMYK0.800.1300.04
HSL189.44º90.78%57.45%-
HSV(B)189.44º80.41%96.08%-
XYZ41.7555.3194.86-
YUV167.9171.542.48-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 9.47%
GREEN value IS 214 (83.98% from 255) = 42.21%
BLUE value IS 245 (96.09% from 255) = 48.32%
R=9.47%
G=42.21%
B=48.32%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal482142450.800.1300.04189.4490.7857.45
Hex30D6F550D04bd5b39
Octal60326365120150427513371
Binary1100001101011011110101101000011010100101111011011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30D6F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,214,245); }

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

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

 a { background-color: rgb(48,214,245); }

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

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

 span { border-color: rgb(48,214,245); }

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