Html Css Color HEX #70A8CE Seagull

📋 copy color: '#70A8CE'

red 112 ◦ green 168 ◦ blue 206

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

Shades of Seagull #70A8CE

Tints of Seagull #70A8CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.39%

R = 23.05%
G = 34.57%
B = 42.39%

CMYK

 C value IS 0.46

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#70A8CE (or 0x70A8CE) is known color: Seagull. HEX triplet: 70, A8 and CE. RGB value is (112,168,206). Sum of RGB (Red+Green+Blue) = 112+168+206=486 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.05% from 486); Green value is 168 (66.02% from 255 or 34.57% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 206 - color contains mainly: blue. Hex color #70A8CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70A8CE is #8F5731. Grayscale: #9B9B9B. Windows color (decimal): -9393970 or 13543536. OLE color: 13543536.

HSL color Cylindrical-coordinate representation of color #70A8CE: hue angle of 204.26º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70A8CE is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 168 206 -
CMYK 0.46 0.18 0 0.19
HSL 204.26º 0.49% 0.62% -
HSV(B) 204.26º 0.46% 0.81% -
XYZ 31.83 35.91 63.65 -
YUV 155.59 156.45 96.91 -
System Red Green Blue C M Y K H S L
Decimal 112 168 206 0.46 0.18 0 0.19 204.26 0.49 0.62
Hex 70 A8 CE 2E 12 0 13 CC 31 3E
Octal 160 250 316 56 22 0 23 314 61 76
Binary 1110000 10101000 11001110 101110 10010 0 10011 11001100 110001 111110

Color Harmonies of #70A8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A8CE

Black with #70A8CE

Text Example


Text Example

White with #70A8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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