Html Css Color HEX #30BCD0 Summer Sky

📋 copy color: '#30BCD0'

red 48 ◦ green 188 ◦ blue 208

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

Shades of Summer Sky #30BCD0

Tints of Summer Sky #30BCD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 46.85%

R = 10.81%
G = 42.34%
B = 46.85%

CMYK

 C value IS 0.77

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#30BCD0 (or 0x30BCD0) is known color: Summer Sky. HEX triplet: 30, BC and D0. RGB value is (48,188,208). Sum of RGB (Red+Green+Blue) = 48+188+208=444 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.81% from 444); Green value is 188 (73.83% from 255 or 42.34% from 444); Blue value is 208 (81.64% from 255 or 46.85% from 444); Max value from RGB is 208 - color contains mainly: blue. Hex color #30BCD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BCD0 is #CF432F. Grayscale: #949494. Windows color (decimal): -13583152 or 13679664. OLE color: 13679664.

HSL color Cylindrical-coordinate representation of color #30BCD0: hue angle of 187.5º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30BCD0 is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 48 188 208 -
CMYK 0.77 0.10 0 0.18
HSL 187.5º 0.63% 0.5% -
HSV(B) 187.5º 0.77% 0.82% -
XYZ 30.59 41.15 66 -
YUV 148.42 161.62 56.37 -
System Red Green Blue C M Y K H S L
Decimal 48 188 208 0.77 0.10 0 0.18 187.5 0.63 0.5
Hex 30 BC D0 4D A 0 12 BC 3F 32
Octal 60 274 320 115 12 0 22 274 77 62
Binary 110000 10111100 11010000 1001101 1010 0 10010 10111100 111111 110010

Color Harmonies of #30BCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BCD0

Black with #30BCD0

Text Example


Text Example

White with #30BCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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