Html Css Color HEX #30BCDC Summer Sky

📋 copy color: '#30BCDC'

red 48 ◦ green 188 ◦ blue 220

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

Shades of Summer Sky #30BCDC

Tints of Summer Sky #30BCDC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.23%

 BLUE value IS 220 (86.33% from 255) = 48.25%

R = 10.53%
G = 41.23%
B = 48.25%

CMYK

 C value IS 0.78

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#30BCDC (or 0x30BCDC) is known color: Summer Sky. HEX triplet: 30, BC and DC. RGB value is (48,188,220). Sum of RGB (Red+Green+Blue) = 48+188+220=456 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.53% from 456); Green value is 188 (73.83% from 255 or 41.23% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #30BCDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BCDC is #CF4323. Grayscale: #959595. Windows color (decimal): -13583140 or 14466096. OLE color: 14466096.

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

Color convert

RGB 48 188 220 -
CMYK 0.78 0.15 0 0.14
HSL 191.16º 0.71% 0.53% -
HSV(B) 191.16º 0.78% 0.86% -
XYZ 32.12 41.76 74.08 -
YUV 149.79 167.62 55.4 -
System Red Green Blue C M Y K H S L
Decimal 48 188 220 0.78 0.15 0 0.14 191.16 0.71 0.53
Hex 30 BC DC 4E F 0 E BF 47 35
Octal 60 274 334 116 17 0 16 277 107 65
Binary 110000 10111100 11011100 1001110 1111 0 1110 10111111 1000111 110101

Color Harmonies of #30BCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BCDC

Black with #30BCDC

Text Example


Text Example

White with #30BCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,188,220); }

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

background-color css

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

 a { background-color: rgb(48,188,220); }

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

border-color css

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

 span { border-color: rgb(48,188,220); }

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