#30D5F3

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

Shades of Summer Sky #30D5F3

Tints of Summer Sky #30D5F3

Color information

#30D5F3 (or 0x30D5F3) is unknown color: approx Summer Sky. HEX triplet: 30, D5 and F3. RGB value is (48,213,243). Sum of RGB (Red+Green+Blue) = 48+213+243=504 (66% of max value = 765). Red value is 48 (19.14% from 255 or 9.52% from 504); Green value is 213 (83.59% from 255 or 42.26% from 504); Blue value is 243 (95.31% from 255 or 48.21% from 504); Max value from RGB is 243 - color contains mainly: blue. Hex color #30D5F3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30D5F3 is #CF2A0C. Grayscale: #A6A6A6. Windows color (decimal): -13576717 or 15979824. OLE color: 15979824.

HSL color Cylindrical-coordinate representation of color #30D5F3: hue angle of 189.23º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30D5F3 is Cyan = 0.80, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB48213243-
CMYK0.800.1200.05
HSL189.23º89.04%57.06%-
HSV(B)189.23º80.25%95.29%-
XYZ41.1954.6993.18-
YUV167.08170.8443.06-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 9.52%
GREEN value IS 213 (83.59% from 255) = 42.26%
BLUE value IS 243 (95.31% from 255) = 48.21%
R=9.52%
G=42.26%
B=48.21%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal482132430.800.1200.05189.2389.0457.06
Hex30D5F350C05bd5939
Octal60325363120140527513171
Binary1100001101010111110011101000011000101101111011011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30D5F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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