Html Css Color HEX #30B9CD Summer Sky

📋 copy color: '#30B9CD'

red 48 ◦ green 185 ◦ blue 205

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

Shades of Summer Sky #30B9CD

Tints of Summer Sky #30B9CD

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.24%

 BLUE value IS 205 (80.47% from 255) = 46.8%

R = 10.96%
G = 42.24%
B = 46.8%

CMYK

 C value IS 0.77

 M value IS 0.10

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#30B9CD (or 0x30B9CD) is known color: Summer Sky. HEX triplet: 30, B9 and CD. RGB value is (48,185,205). Sum of RGB (Red+Green+Blue) = 48+185+205=438 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.96% from 438); Green value is 185 (72.66% from 255 or 42.24% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 205 - color contains mainly: blue. Hex color #30B9CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30B9CD is #CF4632. Grayscale: #929292. Windows color (decimal): -13583923 or 13482288. OLE color: 13482288.

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

Color convert

RGB 48 185 205 -
CMYK 0.77 0.10 0 0.20
HSL 187.64º 0.62% 0.5% -
HSV(B) 187.64º 0.77% 0.8% -
XYZ 29.59 39.73 63.87 -
YUV 146.32 161.11 57.87 -
System Red Green Blue C M Y K H S L
Decimal 48 185 205 0.77 0.10 0 0.20 187.64 0.62 0.5
Hex 30 B9 CD 4D A 0 14 BC 3E 32
Octal 60 271 315 115 12 0 24 274 76 62
Binary 110000 10111001 11001101 1001101 1010 0 10100 10111100 111110 110010

Color Harmonies of #30B9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B9CD

Black with #30B9CD

Text Example


Text Example

White with #30B9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,185,205); }

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

background-color css

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

 a { background-color: rgb(48,185,205); }

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

border-color css

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

 span { border-color: rgb(48,185,205); }

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