Html Css Color HEX #30ACCC Summer Sky

📋 copy color: '#30ACCC'

red 48 ◦ green 172 ◦ blue 204

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

Shades of Summer Sky #30ACCC

Tints of Summer Sky #30ACCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.11%

R = 11.32%
G = 40.57%
B = 48.11%

CMYK

 C value IS 0.76

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#30ACCC (or 0x30ACCC) is known color: Summer Sky. HEX triplet: 30, AC and CC. RGB value is (48,172,204). Sum of RGB (Red+Green+Blue) = 48+172+204=424 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.32% from 424); Green value is 172 (67.58% from 255 or 40.57% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #30ACCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30ACCC is #CF5333. Grayscale: #8A8A8A. Windows color (decimal): -13587252 or 13413424. OLE color: 13413424.

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

Color convert

RGB 48 172 204 -
CMYK 0.76 0.16 0 0.2
HSL 192.31º 0.62% 0.49% -
HSV(B) 192.31º 0.76% 0.8% -
XYZ 26.87 34.49 62.37 -
YUV 138.57 164.92 63.4 -
System Red Green Blue C M Y K H S L
Decimal 48 172 204 0.76 0.16 0 0.2 192.31 0.62 0.49
Hex 30 AC CC 4C 10 0 14 C0 3E 31
Octal 60 254 314 114 20 0 24 300 76 61
Binary 110000 10101100 11001100 1001100 10000 0 10100 11000000 111110 110001

Color Harmonies of #30ACCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30ACCC

Black with #30ACCC

Text Example


Text Example

White with #30ACCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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