#30B8CB

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

Shades of Summer Sky #30B8CB

Tints of Summer Sky #30B8CB

Color information

#30B8CB (or 0x30B8CB) is unknown color: approx Summer Sky. HEX triplet: 30, B8 and CB. RGB value is (48,184,203). Sum of RGB (Red+Green+Blue) = 48+184+203=435 (57% of max value = 765). Red value is 48 (19.14% from 255 or 11.03% from 435); Green value is 184 (72.27% from 255 or 42.30% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 203 - color contains mainly: blue. Hex color #30B8CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30B8CB is #CF4734. Grayscale: #919191. Windows color (decimal): -13584181 or 13350960. OLE color: 13350960.

HSL color Cylindrical-coordinate representation of color #30B8CB: hue angle of 187.35º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30B8CB is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB48184203-
CMYK0.760.0900.20
HSL187.35º61.75%49.22%-
HSV(B)187.35º76.35%79.61%-
XYZ29.1439.2262.53-
YUV145.5160.4458.46-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.03%
GREEN value IS 184 (72.27% from 255) = 42.30%
BLUE value IS 203 (79.69% from 255) = 46.67%
R=11.03%
G=42.30%
B=46.67%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal481842030.760.0900.20187.3561.7549.22
Hex30B8CB4C9014bb3e31
Octal60270313114110242737661
Binary11000010111000110010111001100100101010010111011111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,184,203); }

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

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

 a { background-color: rgb(48,184,203); }

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

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

 span { border-color: rgb(48,184,203); }

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