Html Css Color HEX #30ACD0 Summer Sky

📋 copy color: '#30ACD0'

red 48 ◦ green 172 ◦ blue 208

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

Shades of Summer Sky #30ACD0

Tints of Summer Sky #30ACD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 48.6%

R = 11.21%
G = 40.19%
B = 48.6%

CMYK

 C value IS 0.77

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#30ACD0 (or 0x30ACD0) is known color: Summer Sky. HEX triplet: 30, AC and D0. RGB value is (48,172,208). Sum of RGB (Red+Green+Blue) = 48+172+208=428 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.21% from 428); Green value is 172 (67.58% from 255 or 40.19% from 428); Blue value is 208 (81.64% from 255 or 48.60% from 428); Max value from RGB is 208 - color contains mainly: blue. Hex color #30ACD0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30ACD0 is #CF532F. Grayscale: #8A8A8A. Windows color (decimal): -13587248 or 13675568. OLE color: 13675568.

HSL color Cylindrical-coordinate representation of color #30ACD0: hue angle of 193.5º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30ACD0 is Cyan = 0.77, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 48 172 208 -
CMYK 0.77 0.17 0 0.18
HSL 193.5º 0.63% 0.5% -
HSV(B) 193.5º 0.77% 0.82% -
XYZ 27.36 34.69 64.93 -
YUV 139.03 166.92 63.07 -
System Red Green Blue C M Y K H S L
Decimal 48 172 208 0.77 0.17 0 0.18 193.5 0.63 0.5
Hex 30 AC D0 4D 11 0 12 C2 3F 32
Octal 60 254 320 115 21 0 22 302 77 62
Binary 110000 10101100 11010000 1001101 10001 0 10010 11000010 111111 110010

Color Harmonies of #30ACD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30ACD0

Black with #30ACD0

Text Example


Text Example

White with #30ACD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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