#30C4F4

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

Shades of Summer Sky #30C4F4

Tints of Summer Sky #30C4F4

Color information

#30C4F4 (or 0x30C4F4) is unknown color: approx Summer Sky. HEX triplet: 30, C4 and F4. RGB value is (48,196,244). Sum of RGB (Red+Green+Blue) = 48+196+244=488 (64% of max value = 765). Red value is 48 (19.14% from 255 or 9.84% from 488); Green value is 196 (76.95% from 255 or 40.16% from 488); Blue value is 244 (95.70% from 255 or 50% from 488); Max value from RGB is 244 - color contains mainly: blue. Hex color #30C4F4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30C4F4 is #CF3B0B. Grayscale: #9C9C9C. Windows color (decimal): -13581068 or 16041008. OLE color: 16041008.

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

Color convert

RGB48196244-
CMYK0.800.2000.04
HSL194.69º89.91%57.25%-
HSV(B)194.69º80.33%95.69%-
XYZ37.2946.6492.63-
YUV157.22176.9750.1-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 9.84%
GREEN value IS 196 (76.95% from 255) = 40.16%
BLUE value IS 244 (95.70% from 255) = 50%
R=9.84%
G=40.16%
B=50%

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
Decimal481962440.800.2000.04194.6989.9157.25
Hex30C4F4501404c35a39
Octal60304364120240430313271
Binary11000011000100111101001010000101000100110000111011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30C4F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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