Html Css Color HEX #30ACCD Summer Sky

📋 copy color: '#30ACCD'

red 48 ◦ green 172 ◦ blue 205

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

Shades of Summer Sky #30ACCD

Tints of Summer Sky #30ACCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.24%

R = 11.29%
G = 40.47%
B = 48.24%

CMYK

 C value IS 0.77

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#30ACCD (or 0x30ACCD) is known color: Summer Sky. HEX triplet: 30, AC and CD. RGB value is (48,172,205). Sum of RGB (Red+Green+Blue) = 48+172+205=425 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.29% from 425); Green value is 172 (67.58% from 255 or 40.47% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 205 - color contains mainly: blue. Hex color #30ACCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30ACCD is #CF5332. Grayscale: #8A8A8A. Windows color (decimal): -13587251 or 13478960. OLE color: 13478960.

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

Color convert

RGB 48 172 205 -
CMYK 0.77 0.16 0 0.20
HSL 192.61º 0.62% 0.5% -
HSV(B) 192.61º 0.77% 0.8% -
XYZ 26.99 34.54 63 -
YUV 138.69 165.42 63.32 -
System Red Green Blue C M Y K H S L
Decimal 48 172 205 0.77 0.16 0 0.20 192.61 0.62 0.5
Hex 30 AC CD 4D 10 0 14 C1 3E 32
Octal 60 254 315 115 20 0 24 301 76 62
Binary 110000 10101100 11001101 1001101 10000 0 10100 11000001 111110 110010

Color Harmonies of #30ACCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30ACCD

Black with #30ACCD

Text Example


Text Example

White with #30ACCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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