Html Css Color HEX #30ACDB Summer Sky

📋 copy color: '#30ACDB'

red 48 ◦ green 172 ◦ blue 219

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

Shades of Summer Sky #30ACDB

Tints of Summer Sky #30ACDB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.18%

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

R = 10.93%
G = 39.18%
B = 49.89%

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

#30ACDB (or 0x30ACDB) is known color: Summer Sky. HEX triplet: 30, AC and DB. RGB value is (48,172,219). Sum of RGB (Red+Green+Blue) = 48+172+219=439 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.93% from 439); Green value is 172 (67.58% from 255 or 39.18% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #30ACDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30ACDB is #CF5324. Grayscale: #8B8B8B. Windows color (decimal): -13587237 or 14396464. OLE color: 14396464.

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

Color convert

RGB 48 172 219 -
CMYK 0.78 0.21 0 0.14
HSL 196.49º 0.7% 0.52% -
HSV(B) 196.49º 0.78% 0.86% -
XYZ 28.76 35.25 72.31 -
YUV 140.28 172.42 62.18 -
System Red Green Blue C M Y K H S L
Decimal 48 172 219 0.78 0.21 0 0.14 196.49 0.7 0.52
Hex 30 AC DB 4E 15 0 E C4 46 34
Octal 60 254 333 116 25 0 16 304 106 64
Binary 110000 10101100 11011011 1001110 10101 0 1110 11000100 1000110 110100

Color Harmonies of #30ACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30ACDB

Black with #30ACDB

Text Example


Text Example

White with #30ACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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