Html Css Color HEX #30A0CD Summer Sky

📋 copy color: '#30A0CD'

red 48 ◦ green 160 ◦ blue 205

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

Shades of Summer Sky #30A0CD

Tints of Summer Sky #30A0CD

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.74%

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

R = 11.62%
G = 38.74%
B = 49.64%

CMYK

 C value IS 0.77

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#30A0CD (or 0x30A0CD) is known color: Summer Sky. HEX triplet: 30, A0 and CD. RGB value is (48,160,205). Sum of RGB (Red+Green+Blue) = 48+160+205=413 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.62% from 413); Green value is 160 (62.89% from 255 or 38.74% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #30A0CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30A0CD is #CF5F32. Grayscale: #838383. Windows color (decimal): -13590323 or 13475888. OLE color: 13475888.

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

Color convert

RGB 48 160 205 -
CMYK 0.77 0.22 0 0.20
HSL 197.2º 0.62% 0.5% -
HSV(B) 197.2º 0.77% 0.8% -
XYZ 24.81 30.18 62.27 -
YUV 131.64 169.39 68.34 -
System Red Green Blue C M Y K H S L
Decimal 48 160 205 0.77 0.22 0 0.20 197.2 0.62 0.5
Hex 30 A0 CD 4D 16 0 14 C5 3E 32
Octal 60 240 315 115 26 0 24 305 76 62
Binary 110000 10100000 11001101 1001101 10110 0 10100 11000101 111110 110010

Color Harmonies of #30A0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A0CD

Black with #30A0CD

Text Example


Text Example

White with #30A0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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