Html Css Color HEX #30ABCA Summer Sky

📋 copy color: '#30ABCA'

red 48 ◦ green 171 ◦ blue 202

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

Shades of Summer Sky #30ABCA

Tints of Summer Sky #30ABCA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.62%

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

R = 11.4%
G = 40.62%
B = 47.98%

CMYK

 C value IS 0.76

 M value IS 0.15

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#30ABCA (or 0x30ABCA) is known color: Summer Sky. HEX triplet: 30, AB and CA. RGB value is (48,171,202). Sum of RGB (Red+Green+Blue) = 48+171+202=421 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.40% from 421); Green value is 171 (67.19% from 255 or 40.62% from 421); Blue value is 202 (79.30% from 255 or 47.98% from 421); Max value from RGB is 202 - color contains mainly: blue. Hex color #30ABCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30ABCA is #CF5435. Grayscale: #898989. Windows color (decimal): -13587510 or 13282096. OLE color: 13282096.

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

Color convert

RGB 48 171 202 -
CMYK 0.76 0.15 0 0.21
HSL 192.08º 0.62% 0.49% -
HSV(B) 192.08º 0.76% 0.79% -
XYZ 26.44 34.02 61.05 -
YUV 137.76 164.25 63.98 -
System Red Green Blue C M Y K H S L
Decimal 48 171 202 0.76 0.15 0 0.21 192.08 0.62 0.49
Hex 30 AB CA 4C F 0 15 C0 3E 31
Octal 60 253 312 114 17 0 25 300 76 61
Binary 110000 10101011 11001010 1001100 1111 0 10101 11000000 111110 110001

Color Harmonies of #30ABCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30ABCA

Black with #30ABCA

Text Example


Text Example

White with #30ABCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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