#30C2F4

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

Shades of Summer Sky #30C2F4

Tints of Summer Sky #30C2F4

Color information

#30C2F4 (or 0x30C2F4) is unknown color: approx Summer Sky. HEX triplet: 30, C2 and F4. RGB value is (48,194,244). Sum of RGB (Red+Green+Blue) = 48+194+244=486 (64% of max value = 765). Red value is 48 (19.14% from 255 or 9.88% from 486); Green value is 194 (76.17% from 255 or 39.92% from 486); Blue value is 244 (95.70% from 255 or 50.21% from 486); Max value from RGB is 244 - color contains mainly: blue. Hex color #30C2F4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30C2F4 is #CF3D0B. Grayscale: #9B9B9B. Windows color (decimal): -13581580 or 16040496. OLE color: 16040496.

HSL color Cylindrical-coordinate representation of color #30C2F4: hue angle of 195.31º degrees, saturation: 0.9, 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 #30C2F4 is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB48194244-
CMYK0.800.2000.04
HSL195.31º89.91%57.25%-
HSV(B)195.31º80.33%95.69%-
XYZ36.8445.7492.48-
YUV156.05177.6350.93-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 9.88%
GREEN value IS 194 (76.17% from 255) = 39.92%
BLUE value IS 244 (95.70% from 255) = 50.21%
R=9.88%
G=39.92%
B=50.21%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal481942440.800.2000.04195.3189.9157.25
Hex30C2F4501404c35a39
Octal60302364120240430313271
Binary11000011000010111101001010000101000100110000111011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30C2F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,194,244); }

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

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

 a { background-color: rgb(48,194,244); }

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

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

 span { border-color: rgb(48,194,244); }

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