Html Css Color HEX #30ACCE Summer Sky

📋 copy color: '#30ACCE'

red 48 ◦ green 172 ◦ blue 206

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

Shades of Summer Sky #30ACCE

Tints of Summer Sky #30ACCE

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.38%

 BLUE value IS 206 (80.86% from 255) = 48.36%

R = 11.27%
G = 40.38%
B = 48.36%

CMYK

 C value IS 0.77

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#30ACCE (or 0x30ACCE) is known color: Summer Sky. HEX triplet: 30, AC and CE. RGB value is (48,172,206). Sum of RGB (Red+Green+Blue) = 48+172+206=426 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.27% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #30ACCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30ACCE is #CF5331. Grayscale: #8A8A8A. Windows color (decimal): -13587250 or 13544496. OLE color: 13544496.

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

Color convert

RGB 48 172 206 -
CMYK 0.77 0.17 0 0.19
HSL 192.91º 0.62% 0.5% -
HSV(B) 192.91º 0.77% 0.81% -
XYZ 27.11 34.59 63.64 -
YUV 138.8 165.92 63.24 -
System Red Green Blue C M Y K H S L
Decimal 48 172 206 0.77 0.17 0 0.19 192.91 0.62 0.5
Hex 30 AC CE 4D 11 0 13 C1 3E 32
Octal 60 254 316 115 21 0 23 301 76 62
Binary 110000 10101100 11001110 1001101 10001 0 10011 11000001 111110 110010

Color Harmonies of #30ACCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30ACCE

Black with #30ACCE

Text Example


Text Example

White with #30ACCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,172,206); }

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

background-color css

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

 a { background-color: rgb(48,172,206); }

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

border-color css

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

 span { border-color: rgb(48,172,206); }

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