Html Css Color HEX #70BACD Seagull

📋 copy color: '#70BACD'

red 112 ◦ green 186 ◦ blue 205

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

Shades of Seagull #70BACD

Tints of Seagull #70BACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.76%

R = 22.27%
G = 36.98%
B = 40.76%

CMYK

 C value IS 0.45

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#70BACD (or 0x70BACD) is known color: Seagull. HEX triplet: 70, BA and CD. RGB value is (112,186,205). Sum of RGB (Red+Green+Blue) = 112+186+205=503 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.27% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 205 - color contains mainly: blue. Hex color #70BACD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BACD is #8F4532. Grayscale: #A5A5A5. Windows color (decimal): -9389363 or 13482608. OLE color: 13482608.

HSL color Cylindrical-coordinate representation of color #70BACD: hue angle of 192.26º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70BACD is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 112 186 205 -
CMYK 0.45 0.09 0 0.20
HSL 192.26º 0.48% 0.62% -
HSV(B) 192.26º 0.45% 0.8% -
XYZ 35.26 42.97 64.19 -
YUV 166.04 149.98 89.46 -
System Red Green Blue C M Y K H S L
Decimal 112 186 205 0.45 0.09 0 0.20 192.26 0.48 0.62
Hex 70 BA CD 2D 9 0 14 C0 30 3E
Octal 160 272 315 55 11 0 24 300 60 76
Binary 1110000 10111010 11001101 101101 1001 0 10100 11000000 110000 111110

Color Harmonies of #70BACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BACD

Black with #70BACD

Text Example


Text Example

White with #70BACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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