#30C8FC

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

Shades of Summer Sky #30C8FC

Tints of Summer Sky #30C8FC

Color information

#30C8FC (or 0x30C8FC) is unknown color: approx Summer Sky. HEX triplet: 30, C8 and FC. RGB value is (48,200,252). Sum of RGB (Red+Green+Blue) = 48+200+252=500 (66% of max value = 765). Red value is 48 (19.14% from 255 or 9.6% from 500); Green value is 200 (78.52% from 255 or 40% from 500); Blue value is 252 (98.83% from 255 or 50.4% from 500); Max value from RGB is 252 - color contains mainly: blue. Hex color #30C8FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30C8FC is #CF3703. Grayscale: #A0A0A0. Windows color (decimal): -13580036 or 16566320. OLE color: 16566320.

HSL color Cylindrical-coordinate representation of color #30C8FC: hue angle of 195.29º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30C8FC is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB48200252-
CMYK0.810.2100.01
HSL195.29º97.14%58.82%-
HSV(B)195.29º80.95%98.82%-
XYZ39.4448.9799.47-
YUV160.48179.6447.77-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 9.6%
GREEN value IS 200 (78.52% from 255) = 40%
BLUE value IS 252 (98.83% from 255) = 50.4%
R=9.6%
G=40%
B=50.4%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal482002520.810.2100.01195.2997.1458.82
Hex30C8FC511501c3613b
Octal60310374121250130314173
Binary110000110010001111110010100011010101110000111100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30C8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,200,252); }

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

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

 a { background-color: rgb(48,200,252); }

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

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

 span { border-color: rgb(48,200,252); }

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