Html Css Color HEX #70ACCF Seagull

📋 copy color: '#70ACCF'

red 112 ◦ green 172 ◦ blue 207

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

Shades of Seagull #70ACCF

Tints of Seagull #70ACCF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.03%

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

R = 22.81%
G = 35.03%
B = 42.16%

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

#70ACCF (or 0x70ACCF) is known color: Seagull. HEX triplet: 70, AC and CF. RGB value is (112,172,207). Sum of RGB (Red+Green+Blue) = 112+172+207=491 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.81% from 491); Green value is 172 (67.58% from 255 or 35.03% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 207 - color contains mainly: blue. Hex color #70ACCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ACCF is #8F5330. Grayscale: #9D9D9D. Windows color (decimal): -9392945 or 13610096. OLE color: 13610096.

HSL color Cylindrical-coordinate representation of color #70ACCF: hue angle of 202.11º 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 #70ACCF is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 172 207 -
CMYK 0.46 0.17 0 0.19
HSL 202.11º 0.5% 0.63% -
HSV(B) 202.11º 0.46% 0.81% -
XYZ 32.7 37.45 64.54 -
YUV 158.05 155.62 95.15 -
System Red Green Blue C M Y K H S L
Decimal 112 172 207 0.46 0.17 0 0.19 202.11 0.5 0.63
Hex 70 AC CF 2E 11 0 13 CA 32 3F
Octal 160 254 317 56 21 0 23 312 62 77
Binary 1110000 10101100 11001111 101110 10001 0 10011 11001010 110010 111111

Color Harmonies of #70ACCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ACCF

Black with #70ACCF

Text Example


Text Example

White with #70ACCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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