Html Css Color HEX #30AACF Summer Sky

📋 copy color: '#30AACF'

red 48 ◦ green 170 ◦ blue 207

#30AACF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #30AACF

Tints of Summer Sky #30AACF

RGB

 RED value IS 48 (19.14% from 255) = 11.29%

 GREEN value IS 170 (66.8% from 255) = 40%

 BLUE value IS 207 (81.25% from 255) = 48.71%

R = 11.29%
G = 40%
B = 48.71%

CMYK

 C value IS 0.77

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#30AACF (or 0x30AACF) is known color: Summer Sky. HEX triplet: 30, AA and CF. RGB value is (48,170,207). Sum of RGB (Red+Green+Blue) = 48+170+207=425 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.29% from 425); Green value is 170 (66.80% from 255 or 40% from 425); Blue value is 207 (81.25% from 255 or 48.71% from 425); Max value from RGB is 207 - color contains mainly: blue. Hex color #30AACF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30AACF is #CF5530. Grayscale: #898989. Windows color (decimal): -13587761 or 13609520. OLE color: 13609520.

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

Color convert

RGB 48 170 207 -
CMYK 0.77 0.18 0 0.19
HSL 193.96º 0.62% 0.5% -
HSV(B) 193.96º 0.77% 0.81% -
XYZ 26.86 33.88 64.16 -
YUV 137.74 167.08 63.99 -
System Red Green Blue C M Y K H S L
Decimal 48 170 207 0.77 0.18 0 0.19 193.96 0.62 0.5
Hex 30 AA CF 4D 12 0 13 C2 3E 32
Octal 60 252 317 115 22 0 23 302 76 62
Binary 110000 10101010 11001111 1001101 10010 0 10011 11000010 111110 110010

Color Harmonies of #30AACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AACF

Black with #30AACF

Text Example


Text Example

White with #30AACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #30AACF;
 }
 .AnyTagClassName
 {
   color: #30AACF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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