Html Css Color HEX #30ADCE Summer Sky

📋 copy color: '#30ADCE'

red 48 ◦ green 173 ◦ blue 206

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

Shades of Summer Sky #30ADCE

Tints of Summer Sky #30ADCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.24%

R = 11.24%
G = 40.52%
B = 48.24%

CMYK

 C value IS 0.77

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#30ADCE (or 0x30ADCE) is known color: Summer Sky. HEX triplet: 30, AD and CE. RGB value is (48,173,206). Sum of RGB (Red+Green+Blue) = 48+173+206=427 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.24% from 427); Green value is 173 (67.97% from 255 or 40.52% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #30ADCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30ADCE is #CF5231. Grayscale: #8B8B8B. Windows color (decimal): -13586994 or 13544752. OLE color: 13544752.

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

Color convert

RGB 48 173 206 -
CMYK 0.77 0.16 0 0.19
HSL 192.53º 0.62% 0.5% -
HSV(B) 192.53º 0.77% 0.81% -
XYZ 27.3 34.97 63.7 -
YUV 139.39 165.59 62.82 -
System Red Green Blue C M Y K H S L
Decimal 48 173 206 0.77 0.16 0 0.19 192.53 0.62 0.5
Hex 30 AD CE 4D 10 0 13 C1 3E 32
Octal 60 255 316 115 20 0 23 301 76 62
Binary 110000 10101101 11001110 1001101 10000 0 10011 11000001 111110 110010

Color Harmonies of #30ADCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30ADCE

Black with #30ADCE

Text Example


Text Example

White with #30ADCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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