Html Css Color HEX #30ACDD Summer Sky

📋 copy color: '#30ACDD'

red 48 ◦ green 172 ◦ blue 221

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

Shades of Summer Sky #30ACDD

Tints of Summer Sky #30ACDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.11%

R = 10.88%
G = 39%
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

#30ACDD (or 0x30ACDD) is known color: Summer Sky. HEX triplet: 30, AC and DD. RGB value is (48,172,221). Sum of RGB (Red+Green+Blue) = 48+172+221=441 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.88% from 441); Green value is 172 (67.58% from 255 or 39.00% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #30ACDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30ACDD is #CF5322. Grayscale: #8C8C8C. Windows color (decimal): -13587235 or 14527536. OLE color: 14527536.

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

Color convert

RGB 48 172 221 -
CMYK 0.78 0.22 0 0.13
HSL 196.99º 0.72% 0.53% -
HSV(B) 196.99º 0.78% 0.87% -
XYZ 29.02 35.35 73.7 -
YUV 140.51 173.42 62.02 -
System Red Green Blue C M Y K H S L
Decimal 48 172 221 0.78 0.22 0 0.13 196.99 0.72 0.53
Hex 30 AC DD 4E 16 0 D C5 48 35
Octal 60 254 335 116 26 0 15 305 110 65
Binary 110000 10101100 11011101 1001110 10110 0 1101 11000101 1001000 110101

Color Harmonies of #30ACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30ACDD

Black with #30ACDD

Text Example


Text Example

White with #30ACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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