Html Css Color HEX #30BDDC Summer Sky

📋 copy color: '#30BDDC'

red 48 ◦ green 189 ◦ blue 220

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

Shades of Summer Sky #30BDDC

Tints of Summer Sky #30BDDC

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.36%

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

R = 10.5%
G = 41.36%
B = 48.14%

CMYK

 C value IS 0.78

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#30BDDC (or 0x30BDDC) is known color: Summer Sky. HEX triplet: 30, BD and DC. RGB value is (48,189,220). Sum of RGB (Red+Green+Blue) = 48+189+220=457 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.50% from 457); Green value is 189 (74.22% from 255 or 41.36% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #30BDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BDDC is #CF4223. Grayscale: #969696. Windows color (decimal): -13582884 or 14466352. OLE color: 14466352.

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

Color convert

RGB 48 189 220 -
CMYK 0.78 0.14 0 0.14
HSL 190.81º 0.71% 0.53% -
HSV(B) 190.81º 0.78% 0.86% -
XYZ 32.33 42.19 74.15 -
YUV 150.38 167.29 54.98 -
System Red Green Blue C M Y K H S L
Decimal 48 189 220 0.78 0.14 0 0.14 190.81 0.71 0.53
Hex 30 BD DC 4E E 0 E BF 47 35
Octal 60 275 334 116 16 0 16 277 107 65
Binary 110000 10111101 11011100 1001110 1110 0 1110 10111111 1000111 110101

Color Harmonies of #30BDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BDDC

Black with #30BDDC

Text Example


Text Example

White with #30BDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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