Html Css Color HEX #70ABD2 Seagull

📋 copy color: '#70ABD2'

red 112 ◦ green 171 ◦ blue 210

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

Shades of Seagull #70ABD2

Tints of Seagull #70ABD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 42.6%

R = 22.72%
G = 34.69%
B = 42.6%

CMYK

 C value IS 0.47

 M value IS 0.19

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#70ABD2 (or 0x70ABD2) is known color: Seagull. HEX triplet: 70, AB and D2. RGB value is (112,171,210). Sum of RGB (Red+Green+Blue) = 112+171+210=493 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.72% from 493); Green value is 171 (67.19% from 255 or 34.69% from 493); Blue value is 210 (82.42% from 255 or 42.60% from 493); Max value from RGB is 210 - color contains mainly: blue. Hex color #70ABD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ABD2 is #8F542D. Grayscale: #9D9D9D. Windows color (decimal): -9393198 or 13806448. OLE color: 13806448.

HSL color Cylindrical-coordinate representation of color #70ABD2: hue angle of 203.88º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70ABD2 is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 112 171 210 -
CMYK 0.47 0.19 0 0.18
HSL 203.88º 0.52% 0.63% -
HSV(B) 203.88º 0.47% 0.82% -
XYZ 32.88 37.22 66.42 -
YUV 157.81 157.45 95.33 -
System Red Green Blue C M Y K H S L
Decimal 112 171 210 0.47 0.19 0 0.18 203.88 0.52 0.63
Hex 70 AB D2 2F 13 0 12 CC 34 3F
Octal 160 253 322 57 23 0 22 314 64 77
Binary 1110000 10101011 11010010 101111 10011 0 10010 11001100 110100 111111

Color Harmonies of #70ABD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ABD2

Black with #70ABD2

Text Example


Text Example

White with #70ABD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,171,210); }

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

background-color css

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

 a { background-color: rgb(112,171,210); }

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

border-color css

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

 span { border-color: rgb(112,171,210); }

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