Html Css Color HEX #30ADDE Summer Sky

📋 copy color: '#30ADDE'

red 48 ◦ green 173 ◦ blue 222

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

Shades of Summer Sky #30ADDE

Tints of Summer Sky #30ADDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50.11%

R = 10.84%
G = 39.05%
B = 50.11%

CMYK

 C value IS 0.78

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#30ADDE (or 0x30ADDE) is known color: Summer Sky. HEX triplet: 30, AD and DE. RGB value is (48,173,222). Sum of RGB (Red+Green+Blue) = 48+173+222=443 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.84% from 443); Green value is 173 (67.97% from 255 or 39.05% from 443); Blue value is 222 (87.11% from 255 or 50.11% from 443); Max value from RGB is 222 - color contains mainly: blue. Hex color #30ADDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30ADDE is #CF5221. Grayscale: #8C8C8C. Windows color (decimal): -13586978 or 14593328. OLE color: 14593328.

HSL color Cylindrical-coordinate representation of color #30ADDE: hue angle of 196.9º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30ADDE is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 48 173 222 -
CMYK 0.78 0.22 0 0.13
HSL 196.9º 0.73% 0.53% -
HSV(B) 196.9º 0.78% 0.87% -
XYZ 29.35 35.79 74.47 -
YUV 141.21 173.59 61.52 -
System Red Green Blue C M Y K H S L
Decimal 48 173 222 0.78 0.22 0 0.13 196.9 0.73 0.53
Hex 30 AD DE 4E 16 0 D C5 48 35
Octal 60 255 336 116 26 0 15 305 110 65
Binary 110000 10101101 11011110 1001110 10110 0 1101 11000101 1001000 110101

Color Harmonies of #30ADDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30ADDE

Black with #30ADDE

Text Example


Text Example

White with #30ADDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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