Html Css Color HEX #70A9CB Seagull

📋 copy color: '#70A9CB'

red 112 ◦ green 169 ◦ blue 203

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

Shades of Seagull #70A9CB

Tints of Seagull #70A9CB

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.92%

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

R = 23.14%
G = 34.92%
B = 41.94%

CMYK

 C value IS 0.45

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#70A9CB (or 0x70A9CB) is known color: Seagull. HEX triplet: 70, A9 and CB. RGB value is (112,169,203). Sum of RGB (Red+Green+Blue) = 112+169+203=484 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.14% from 484); Green value is 169 (66.41% from 255 or 34.92% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 203 - color contains mainly: blue. Hex color #70A9CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70A9CB is #8F5634. Grayscale: #9B9B9B. Windows color (decimal): -9393717 or 13347184. OLE color: 13347184.

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

Color convert

RGB 112 169 203 -
CMYK 0.45 0.17 0 0.20
HSL 202.42º 0.47% 0.62% -
HSV(B) 202.42º 0.45% 0.8% -
XYZ 31.65 36.13 61.81 -
YUV 155.83 154.62 96.74 -
System Red Green Blue C M Y K H S L
Decimal 112 169 203 0.45 0.17 0 0.20 202.42 0.47 0.62
Hex 70 A9 CB 2D 11 0 14 CA 2F 3E
Octal 160 251 313 55 21 0 24 312 57 76
Binary 1110000 10101001 11001011 101101 10001 0 10100 11001010 101111 111110

Color Harmonies of #70A9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A9CB

Black with #70A9CB

Text Example


Text Example

White with #70A9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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