Html Css Color HEX #70ABCF Seagull

📋 copy color: '#70ABCF'

red 112 ◦ green 171 ◦ blue 207

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

Shades of Seagull #70ABCF

Tints of Seagull #70ABCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.24%

R = 22.86%
G = 34.9%
B = 42.24%

CMYK

 C value IS 0.46

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#70ABCF (or 0x70ABCF) is known color: Seagull. HEX triplet: 70, AB and CF. RGB value is (112,171,207). Sum of RGB (Red+Green+Blue) = 112+171+207=490 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.86% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 207 - color contains mainly: blue. Hex color #70ABCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ABCF is #8F5430. Grayscale: #9D9D9D. Windows color (decimal): -9393201 or 13609840. OLE color: 13609840.

HSL color Cylindrical-coordinate representation of color #70ABCF: hue angle of 202.74º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70ABCF is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 171 207 -
CMYK 0.46 0.17 0 0.19
HSL 202.74º 0.5% 0.63% -
HSV(B) 202.74º 0.46% 0.81% -
XYZ 32.51 37.08 64.47 -
YUV 157.46 155.95 95.57 -
System Red Green Blue C M Y K H S L
Decimal 112 171 207 0.46 0.17 0 0.19 202.74 0.5 0.63
Hex 70 AB CF 2E 11 0 13 CB 32 3F
Octal 160 253 317 56 21 0 23 313 62 77
Binary 1110000 10101011 11001111 101110 10001 0 10011 11001011 110010 111111

Color Harmonies of #70ABCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ABCF

Black with #70ABCF

Text Example


Text Example

White with #70ABCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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