Html Css Color HEX #30ADDF Summer Sky

📋 copy color: '#30ADDF'

red 48 ◦ green 173 ◦ blue 223

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

Shades of Summer Sky #30ADDF

Tints of Summer Sky #30ADDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.23%

R = 10.81%
G = 38.96%
B = 50.23%

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

#30ADDF (or 0x30ADDF) is known color: Summer Sky. HEX triplet: 30, AD and DF. RGB value is (48,173,223). Sum of RGB (Red+Green+Blue) = 48+173+223=444 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.81% from 444); Green value is 173 (67.97% from 255 or 38.96% from 444); Blue value is 223 (87.5% from 255 or 50.23% from 444); Max value from RGB is 223 - color contains mainly: blue. Hex color #30ADDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30ADDF is #CF5220. Grayscale: #8D8D8D. Windows color (decimal): -13586977 or 14658864. OLE color: 14658864.

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

Color convert

RGB 48 173 223 -
CMYK 0.78 0.22 0 0.13
HSL 197.14º 0.73% 0.53% -
HSV(B) 197.14º 0.78% 0.87% -
XYZ 29.48 35.84 75.18 -
YUV 141.33 174.09 61.43 -
System Red Green Blue C M Y K H S L
Decimal 48 173 223 0.78 0.22 0 0.13 197.14 0.73 0.53
Hex 30 AD DF 4E 16 0 D C5 49 35
Octal 60 255 337 116 26 0 15 305 111 65
Binary 110000 10101101 11011111 1001110 10110 0 1101 11000101 1001001 110101

Color Harmonies of #30ADDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30ADDF

Black with #30ADDF

Text Example


Text Example

White with #30ADDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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