Html Css Color HEX #70BACA Seagull

📋 copy color: '#70BACA'

red 112 ◦ green 186 ◦ blue 202

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

Shades of Seagull #70BACA

Tints of Seagull #70BACA

RGB

 RED value IS 112 (44.14% from 255) = 22.4%

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

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

R = 22.4%
G = 37.2%
B = 40.4%

CMYK

 C value IS 0.45

 M value IS 0.08

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#70BACA (or 0x70BACA) is known color: Seagull. HEX triplet: 70, BA and CA. RGB value is (112,186,202). Sum of RGB (Red+Green+Blue) = 112+186+202=500 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.4% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 202 (79.30% from 255 or 40.4% from 500); Max value from RGB is 202 - color contains mainly: blue. Hex color #70BACA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BACA is #8F4535. Grayscale: #A5A5A5. Windows color (decimal): -9389366 or 13286000. OLE color: 13286000.

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

Color convert

RGB 112 186 202 -
CMYK 0.45 0.08 0 0.21
HSL 190.67º 0.46% 0.62% -
HSV(B) 190.67º 0.45% 0.79% -
XYZ 34.9 42.83 62.3 -
YUV 165.7 148.48 89.7 -
System Red Green Blue C M Y K H S L
Decimal 112 186 202 0.45 0.08 0 0.21 190.67 0.46 0.62
Hex 70 BA CA 2D 8 0 15 BF 2E 3E
Octal 160 272 312 55 10 0 25 277 56 76
Binary 1110000 10111010 11001010 101101 1000 0 10101 10111111 101110 111110

Color Harmonies of #70BACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BACA

Black with #70BACA

Text Example


Text Example

White with #70BACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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