#30AECF

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

Shades of Summer Sky #30AECF

Tints of Summer Sky #30AECF

Color information

#30AECF (or 0x30AECF) is unknown color: approx Summer Sky. HEX triplet: 30, AE and CF. RGB value is (48,174,207). Sum of RGB (Red+Green+Blue) = 48+174+207=429 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.19% from 429); Green value is 174 (68.36% from 255 or 40.56% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #30AECF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30AECF is #CF5130. Grayscale: #8B8B8B. Windows color (decimal): -13586737 or 13610544. OLE color: 13610544.

HSL color Cylindrical-coordinate representation of color #30AECF: hue angle of 192.45º 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 #30AECF is Cyan = 0.77, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB48174207-
CMYK0.770.1600.19
HSL192.45º62.35%50%-
HSV(B)192.45º76.81%81.18%-
XYZ27.6235.4164.41-
YUV140.09165.7662.32-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.19%
GREEN value IS 174 (68.36% from 255) = 40.56%
BLUE value IS 207 (81.25% from 255) = 48.25%
R=11.19%
G=40.56%
B=48.25%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal481742070.770.1600.19192.4562.3550
Hex30AECF4D10013c03e32
Octal60256317115200233007662
Binary110000101011101100111110011011000001001111000000111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30AECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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