Html Css Color HEX #30ACDE Summer Sky

📋 copy color: '#30ACDE'

red 48 ◦ green 172 ◦ blue 222

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

Shades of Summer Sky #30ACDE

Tints of Summer Sky #30ACDE

RGB

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

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

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

R = 10.86%
G = 38.91%
B = 50.23%

CMYK

 C value IS 0.78

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#30ACDE (or 0x30ACDE) is known color: Summer Sky. HEX triplet: 30, AC and DE. RGB value is (48,172,222). Sum of RGB (Red+Green+Blue) = 48+172+222=442 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.86% from 442); Green value is 172 (67.58% from 255 or 38.91% from 442); Blue value is 222 (87.11% from 255 or 50.23% from 442); Max value from RGB is 222 - color contains mainly: blue. Hex color #30ACDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30ACDE is #CF5321. Grayscale: #8C8C8C. Windows color (decimal): -13587234 or 14593072. OLE color: 14593072.

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

Color convert

RGB 48 172 222 -
CMYK 0.78 0.23 0 0.13
HSL 197.24º 0.73% 0.53% -
HSV(B) 197.24º 0.78% 0.87% -
XYZ 29.16 35.41 74.4 -
YUV 140.62 173.92 61.93 -
System Red Green Blue C M Y K H S L
Decimal 48 172 222 0.78 0.23 0 0.13 197.24 0.73 0.53
Hex 30 AC DE 4E 17 0 D C5 48 35
Octal 60 254 336 116 27 0 15 305 110 65
Binary 110000 10101100 11011110 1001110 10111 0 1101 11000101 1001000 110101

Color Harmonies of #30ACDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30ACDE

Black with #30ACDE

Text Example


Text Example

White with #30ACDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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