Html Css Color HEX #30B9CA Summer Sky

📋 copy color: '#30B9CA'

red 48 ◦ green 185 ◦ blue 202

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

Shades of Summer Sky #30B9CA

Tints of Summer Sky #30B9CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.44%

R = 11.03%
G = 42.53%
B = 46.44%

CMYK

 C value IS 0.76

 M value IS 0.08

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#30B9CA (or 0x30B9CA) is known color: Summer Sky. HEX triplet: 30, B9 and CA. RGB value is (48,185,202). Sum of RGB (Red+Green+Blue) = 48+185+202=435 (57% of max value = 765). Red value is 48 (19.14% from 255 or 11.03% from 435); Green value is 185 (72.66% from 255 or 42.53% from 435); Blue value is 202 (79.30% from 255 or 46.44% from 435); Max value from RGB is 202 - color contains mainly: blue. Hex color #30B9CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30B9CA is #CF4635. Grayscale: #919191. Windows color (decimal): -13583926 or 13285680. OLE color: 13285680.

HSL color Cylindrical-coordinate representation of color #30B9CA: hue angle of 186.62º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30B9CA is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 48 185 202 -
CMYK 0.76 0.08 0 0.21
HSL 186.62º 0.62% 0.49% -
HSV(B) 186.62º 0.76% 0.79% -
XYZ 29.23 39.59 61.98 -
YUV 145.98 159.61 58.12 -
System Red Green Blue C M Y K H S L
Decimal 48 185 202 0.76 0.08 0 0.21 186.62 0.62 0.49
Hex 30 B9 CA 4C 8 0 15 BB 3E 31
Octal 60 271 312 114 10 0 25 273 76 61
Binary 110000 10111001 11001010 1001100 1000 0 10101 10111011 111110 110001

Color Harmonies of #30B9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B9CA

Black with #30B9CA

Text Example


Text Example

White with #30B9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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