Html Css Color HEX #30BACA Summer Sky

📋 copy color: '#30BACA'

red 48 ◦ green 186 ◦ blue 202

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

Shades of Summer Sky #30BACA

Tints of Summer Sky #30BACA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.66%

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

R = 11.01%
G = 42.66%
B = 46.33%

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

#30BACA (or 0x30BACA) is known color: Summer Sky. HEX triplet: 30, BA and CA. RGB value is (48,186,202). Sum of RGB (Red+Green+Blue) = 48+186+202=436 (57% of max value = 765). Red value is 48 (19.14% from 255 or 11.01% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 202 (79.30% from 255 or 46.33% from 436); Max value from RGB is 202 - color contains mainly: blue. Hex color #30BACA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BACA is #CF4535. Grayscale: #929292. Windows color (decimal): -13583670 or 13285936. OLE color: 13285936.

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

Color convert

RGB 48 186 202 -
CMYK 0.76 0.08 0 0.21
HSL 186.23º 0.62% 0.49% -
HSV(B) 186.23º 0.76% 0.79% -
XYZ 29.44 40.01 62.05 -
YUV 146.56 159.28 57.7 -
System Red Green Blue C M Y K H S L
Decimal 48 186 202 0.76 0.08 0 0.21 186.23 0.62 0.49
Hex 30 BA CA 4C 8 0 15 BA 3E 31
Octal 60 272 312 114 10 0 25 272 76 61
Binary 110000 10111010 11001010 1001100 1000 0 10101 10111010 111110 110001

Color Harmonies of #30BACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BACA

Black with #30BACA

Text Example


Text Example

White with #30BACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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