#30bfcf

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

Shades of Summer Sky #30BFCF

Tints of Summer Sky #30BFCF

Color information

#30BFCF (or 0x30BFCF) is unknown color: approx Summer Sky. HEX triplet: 30, BF and CF. RGB value is (48,191,207). Sum of RGB (Red+Green+Blue) = 48+191+207=446 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.76% from 446); Green value is 191 (75% from 255 or 42.83% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 207 - color contains mainly: blue. Hex color #30BFCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BFCF is #CF4030. Grayscale: #959595. Windows color (decimal): -13582385 or 13614896. OLE color: 13614896.

HSL color Cylindrical-coordinate representation of color #30BFCF: hue angle of 186.04º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30BFCF is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB48191207-
CMYK0.770.0800.19
HSL186.04º62.35%50%-
HSV(B)186.04º76.81%81.18%-
XYZ31.1142.3965.57-
YUV150.07160.1255.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 10.76%
GREEN value IS 191 (75% from 255) = 42.83%
BLUE value IS 207 (81.25% from 255) = 46.41%
R=10.76%
G=42.83%
B=46.41%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal481912070.770.0800.19186.0462.3550
Hex30BFCF4D8013ba3e32
Octal60277317115100232727662
Binary11000010111111110011111001101100001001110111010111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30bfcf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,191,207); }

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

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

 a { background-color: rgb(48,191,207); }

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

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

 span { border-color: rgb(48,191,207); }

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