Html Css Color HEX #70B6D9 Seagull

📋 copy color: '#70B6D9'

red 112 ◦ green 182 ◦ blue 217

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

Shades of Seagull #70B6D9

Tints of Seagull #70B6D9

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.62%

 BLUE value IS 217 (85.16% from 255) = 42.47%

R = 21.92%
G = 35.62%
B = 42.47%

CMYK

 C value IS 0.48

 M value IS 0.16

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#70B6D9 (or 0x70B6D9) is known color: Seagull. HEX triplet: 70, B6 and D9. RGB value is (112,182,217). Sum of RGB (Red+Green+Blue) = 112+182+217=511 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.92% from 511); Green value is 182 (71.48% from 255 or 35.62% from 511); Blue value is 217 (85.16% from 255 or 42.47% from 511); Max value from RGB is 217 - color contains mainly: blue. Hex color #70B6D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70B6D9 is #8F4926. Grayscale: #A4A4A4. Windows color (decimal): -9390375 or 14268016. OLE color: 14268016.

HSL color Cylindrical-coordinate representation of color #70B6D9: hue angle of 200º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70B6D9 is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 182 217 -
CMYK 0.48 0.16 0 0.15
HSL 200º 0.58% 0.65% -
HSV(B) 200º 0.48% 0.85% -
XYZ 35.93 41.91 71.84 -
YUV 165.06 157.31 90.15 -
System Red Green Blue C M Y K H S L
Decimal 112 182 217 0.48 0.16 0 0.15 200 0.58 0.65
Hex 70 B6 D9 30 10 0 F C8 3A 41
Octal 160 266 331 60 20 0 17 310 72 101
Binary 1110000 10110110 11011001 110000 10000 0 1111 11001000 111010 1000001

Color Harmonies of #70B6D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B6D9

Black with #70B6D9

Text Example


Text Example

White with #70B6D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,182,217); }

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

background-color css

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

 a { background-color: rgb(112,182,217); }

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

border-color css

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

 span { border-color: rgb(112,182,217); }

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