Html Css Color HEX #70AFD1 Seagull

📋 copy color: '#70AFD1'

red 112 ◦ green 175 ◦ blue 209

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

Shades of Seagull #70AFD1

Tints of Seagull #70AFD1

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.28%

 BLUE value IS 209 (82.03% from 255) = 42.14%

R = 22.58%
G = 35.28%
B = 42.14%

CMYK

 C value IS 0.46

 M value IS 0.16

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#70AFD1 (or 0x70AFD1) is known color: Seagull. HEX triplet: 70, AF and D1. RGB value is (112,175,209). Sum of RGB (Red+Green+Blue) = 112+175+209=496 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.58% from 496); Green value is 175 (68.75% from 255 or 35.28% from 496); Blue value is 209 (82.03% from 255 or 42.14% from 496); Max value from RGB is 209 - color contains mainly: blue. Hex color #70AFD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70AFD1 is #8F502E. Grayscale: #9F9F9F. Windows color (decimal): -9392175 or 13741936. OLE color: 13741936.

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

Color convert

RGB 112 175 209 -
CMYK 0.46 0.16 0 0.18
HSL 201.03º 0.51% 0.63% -
HSV(B) 201.03º 0.46% 0.82% -
XYZ 33.52 38.71 66.03 -
YUV 160.04 155.63 93.74 -
System Red Green Blue C M Y K H S L
Decimal 112 175 209 0.46 0.16 0 0.18 201.03 0.51 0.63
Hex 70 AF D1 2E 10 0 12 C9 33 3F
Octal 160 257 321 56 20 0 22 311 63 77
Binary 1110000 10101111 11010001 101110 10000 0 10010 11001001 110011 111111

Color Harmonies of #70AFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AFD1

Black with #70AFD1

Text Example


Text Example

White with #70AFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,175,209); }

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

background-color css

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

 a { background-color: rgb(112,175,209); }

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

border-color css

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

 span { border-color: rgb(112,175,209); }

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