#30CDF3

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

Shades of Summer Sky #30CDF3

Tints of Summer Sky #30CDF3

Color information

#30CDF3 (or 0x30CDF3) is unknown color: approx Summer Sky. HEX triplet: 30, CD and F3. RGB value is (48,205,243). Sum of RGB (Red+Green+Blue) = 48+205+243=496 (65% of max value = 765). Red value is 48 (19.14% from 255 or 9.68% from 496); Green value is 205 (80.47% from 255 or 41.33% from 496); Blue value is 243 (95.31% from 255 or 48.99% from 496); Max value from RGB is 243 - color contains mainly: blue. Hex color #30CDF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30CDF3 is #CF320C. Grayscale: #A2A2A2. Windows color (decimal): -13578765 or 15977776. OLE color: 15977776.

HSL color Cylindrical-coordinate representation of color #30CDF3: hue angle of 191.69º 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 #30CDF3 is Cyan = 0.80, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB48205243-
CMYK0.800.1600.05
HSL191.69º89.04%57.06%-
HSV(B)191.69º80.25%95.29%-
XYZ39.2350.7692.52-
YUV162.39173.4946.41-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 9.68%
GREEN value IS 205 (80.47% from 255) = 41.33%
BLUE value IS 243 (95.31% from 255) = 48.99%
R=9.68%
G=41.33%
B=48.99%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal482052430.800.1600.05191.6989.0457.06
Hex30CDF3501005c05939
Octal60315363120200530013171
Binary11000011001101111100111010000100000101110000001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30CDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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