Html Css Color HEX #30ADDB Summer Sky

📋 copy color: '#30ADDB'

red 48 ◦ green 173 ◦ blue 219

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

Shades of Summer Sky #30ADDB

Tints of Summer Sky #30ADDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.77%

R = 10.91%
G = 39.32%
B = 49.77%

CMYK

 C value IS 0.78

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#30ADDB (or 0x30ADDB) is known color: Summer Sky. HEX triplet: 30, AD and DB. RGB value is (48,173,219). Sum of RGB (Red+Green+Blue) = 48+173+219=440 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.91% from 440); Green value is 173 (67.97% from 255 or 39.32% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #30ADDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30ADDB is #CF5224. Grayscale: #8C8C8C. Windows color (decimal): -13586981 or 14396720. OLE color: 14396720.

HSL color Cylindrical-coordinate representation of color #30ADDB: hue angle of 196.14º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30ADDB is Cyan = 0.78, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 48 173 219 -
CMYK 0.78 0.21 0 0.14
HSL 196.14º 0.7% 0.52% -
HSV(B) 196.14º 0.78% 0.86% -
XYZ 28.95 35.63 72.37 -
YUV 140.87 172.09 61.76 -
System Red Green Blue C M Y K H S L
Decimal 48 173 219 0.78 0.21 0 0.14 196.14 0.7 0.52
Hex 30 AD DB 4E 15 0 E C4 46 34
Octal 60 255 333 116 25 0 16 304 106 64
Binary 110000 10101101 11011011 1001110 10101 0 1110 11000100 1000110 110100

Color Harmonies of #30ADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30ADDB

Black with #30ADDB

Text Example


Text Example

White with #30ADDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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