Html Css Color HEX #30ADCD Summer Sky

📋 copy color: '#30ADCD'

red 48 ◦ green 173 ◦ blue 205

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

Shades of Summer Sky #30ADCD

Tints of Summer Sky #30ADCD

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.61%

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

R = 11.27%
G = 40.61%
B = 48.12%

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

#30ADCD (or 0x30ADCD) is known color: Summer Sky. HEX triplet: 30, AD and CD. RGB value is (48,173,205). Sum of RGB (Red+Green+Blue) = 48+173+205=426 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.27% from 426); Green value is 173 (67.97% from 255 or 40.61% from 426); Blue value is 205 (80.47% from 255 or 48.12% from 426); Max value from RGB is 205 - color contains mainly: blue. Hex color #30ADCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30ADCD is #CF5232. Grayscale: #8B8B8B. Windows color (decimal): -13586995 or 13479216. OLE color: 13479216.

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

Color convert

RGB 48 173 205 -
CMYK 0.77 0.16 0 0.20
HSL 192.23º 0.62% 0.5% -
HSV(B) 192.23º 0.77% 0.8% -
XYZ 27.18 34.92 63.07 -
YUV 139.27 165.09 62.9 -
System Red Green Blue C M Y K H S L
Decimal 48 173 205 0.77 0.16 0 0.20 192.23 0.62 0.5
Hex 30 AD CD 4D 10 0 14 C0 3E 32
Octal 60 255 315 115 20 0 24 300 76 62
Binary 110000 10101101 11001101 1001101 10000 0 10100 11000000 111110 110010

Color Harmonies of #30ADCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30ADCD

Black with #30ADCD

Text Example


Text Example

White with #30ADCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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