Html Css Color HEX #30A9CA Summer Sky

📋 copy color: '#30A9CA'

red 48 ◦ green 169 ◦ blue 202

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

Shades of Summer Sky #30A9CA

Tints of Summer Sky #30A9CA

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.33%

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

R = 11.46%
G = 40.33%
B = 48.21%

CMYK

 C value IS 0.76

 M value IS 0.16

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#30A9CA (or 0x30A9CA) is known color: Summer Sky. HEX triplet: 30, A9 and CA. RGB value is (48,169,202). Sum of RGB (Red+Green+Blue) = 48+169+202=419 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.46% from 419); Green value is 169 (66.41% from 255 or 40.33% from 419); Blue value is 202 (79.30% from 255 or 48.21% from 419); Max value from RGB is 202 - color contains mainly: blue. Hex color #30A9CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30A9CA is #CF5635. Grayscale: #888888. Windows color (decimal): -13588022 or 13281584. OLE color: 13281584.

HSL color Cylindrical-coordinate representation of color #30A9CA: hue angle of 192.86º 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 #30A9CA is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 48 169 202 -
CMYK 0.76 0.16 0 0.21
HSL 192.86º 0.62% 0.49% -
HSV(B) 192.86º 0.76% 0.79% -
XYZ 26.07 33.27 60.92 -
YUV 136.58 164.91 64.82 -
System Red Green Blue C M Y K H S L
Decimal 48 169 202 0.76 0.16 0 0.21 192.86 0.62 0.49
Hex 30 A9 CA 4C 10 0 15 C1 3E 31
Octal 60 251 312 114 20 0 25 301 76 61
Binary 110000 10101001 11001010 1001100 10000 0 10101 11000001 111110 110001

Color Harmonies of #30A9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A9CA

Black with #30A9CA

Text Example


Text Example

White with #30A9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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