Html Css Color HEX #70A8CD Seagull

📋 copy color: '#70A8CD'

red 112 ◦ green 168 ◦ blue 205

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

Shades of Seagull #70A8CD

Tints of Seagull #70A8CD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.64%

 BLUE value IS 205 (80.47% from 255) = 42.27%

R = 23.09%
G = 34.64%
B = 42.27%

CMYK

 C value IS 0.45

 M value IS 0.18

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#70A8CD (or 0x70A8CD) is known color: Seagull. HEX triplet: 70, A8 and CD. RGB value is (112,168,205). Sum of RGB (Red+Green+Blue) = 112+168+205=485 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.09% from 485); Green value is 168 (66.02% from 255 or 34.64% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #70A8CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70A8CD is #8F5732. Grayscale: #9B9B9B. Windows color (decimal): -9393971 or 13478000. OLE color: 13478000.

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

Color convert

RGB 112 168 205 -
CMYK 0.45 0.18 0 0.20
HSL 203.87º 0.48% 0.62% -
HSV(B) 203.87º 0.45% 0.8% -
XYZ 31.7 35.86 63.01 -
YUV 155.47 155.95 96.99 -
System Red Green Blue C M Y K H S L
Decimal 112 168 205 0.45 0.18 0 0.20 203.87 0.48 0.62
Hex 70 A8 CD 2D 12 0 14 CC 30 3E
Octal 160 250 315 55 22 0 24 314 60 76
Binary 1110000 10101000 11001101 101101 10010 0 10100 11001100 110000 111110

Color Harmonies of #70A8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A8CD

Black with #70A8CD

Text Example


Text Example

White with #70A8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,168,205); }

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

background-color css

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

 a { background-color: rgb(112,168,205); }

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

border-color css

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

 span { border-color: rgb(112,168,205); }

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