Html Css Color HEX #70ACCB Seagull

📋 copy color: '#70ACCB'

red 112 ◦ green 172 ◦ blue 203

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

Shades of Seagull #70ACCB

Tints of Seagull #70ACCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.68%

R = 23%
G = 35.32%
B = 41.68%

CMYK

 C value IS 0.45

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#70ACCB (or 0x70ACCB) is known color: Seagull. HEX triplet: 70, AC and CB. RGB value is (112,172,203). Sum of RGB (Red+Green+Blue) = 112+172+203=487 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.00% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 203 - color contains mainly: blue. Hex color #70ACCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ACCB is #8F5334. Grayscale: #9D9D9D. Windows color (decimal): -9392949 or 13347952. OLE color: 13347952.

HSL color Cylindrical-coordinate representation of color #70ACCB: hue angle of 200.44º 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 #70ACCB is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 112 172 203 -
CMYK 0.45 0.15 0 0.20
HSL 200.44º 0.47% 0.62% -
HSV(B) 200.44º 0.45% 0.8% -
XYZ 32.21 37.26 61.99 -
YUV 157.59 153.62 95.48 -
System Red Green Blue C M Y K H S L
Decimal 112 172 203 0.45 0.15 0 0.20 200.44 0.47 0.62
Hex 70 AC CB 2D F 0 14 C8 2F 3E
Octal 160 254 313 55 17 0 24 310 57 76
Binary 1110000 10101100 11001011 101101 1111 0 10100 11001000 101111 111110

Color Harmonies of #70ACCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ACCB

Black with #70ACCB

Text Example


Text Example

White with #70ACCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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