Html Css Color HEX #70AFCC Seagull

📋 copy color: '#70AFCC'

red 112 ◦ green 175 ◦ blue 204

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

Shades of Seagull #70AFCC

Tints of Seagull #70AFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.55%

R = 22.81%
G = 35.64%
B = 41.55%

CMYK

 C value IS 0.45

 M value IS 0.14

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#70AFCC (or 0x70AFCC) is known color: Seagull. HEX triplet: 70, AF and CC. RGB value is (112,175,204). Sum of RGB (Red+Green+Blue) = 112+175+204=491 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.81% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 204 - color contains mainly: blue. Hex color #70AFCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70AFCC is #8F5033. Grayscale: #9F9F9F. Windows color (decimal): -9392180 or 13414256. OLE color: 13414256.

HSL color Cylindrical-coordinate representation of color #70AFCC: hue angle of 198.91º degrees, saturation: 0.47, 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 #70AFCC is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 112 175 204 -
CMYK 0.45 0.14 0 0.2
HSL 198.91º 0.47% 0.62% -
HSV(B) 198.91º 0.45% 0.8% -
XYZ 32.91 38.46 62.82 -
YUV 159.47 153.13 94.14 -
System Red Green Blue C M Y K H S L
Decimal 112 175 204 0.45 0.14 0 0.2 198.91 0.47 0.62
Hex 70 AF CC 2D E 0 14 C7 2F 3E
Octal 160 257 314 55 16 0 24 307 57 76
Binary 1110000 10101111 11001100 101101 1110 0 10100 11000111 101111 111110

Color Harmonies of #70AFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AFCC

Black with #70AFCC

Text Example


Text Example

White with #70AFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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