Html Css Color HEX #70ABCB Seagull

📋 copy color: '#70ABCB'

red 112 ◦ green 171 ◦ blue 203

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

Shades of Seagull #70ABCB

Tints of Seagull #70ABCB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.19%

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

R = 23.05%
G = 35.19%
B = 41.77%

CMYK

 C value IS 0.45

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#70ABCB (or 0x70ABCB) is known color: Seagull. HEX triplet: 70, AB and CB. RGB value is (112,171,203). Sum of RGB (Red+Green+Blue) = 112+171+203=486 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.05% from 486); Green value is 171 (67.19% from 255 or 35.19% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 203 - color contains mainly: blue. Hex color #70ABCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ABCB is #8F5434. Grayscale: #9C9C9C. Windows color (decimal): -9393205 or 13347696. OLE color: 13347696.

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

Color convert

RGB 112 171 203 -
CMYK 0.45 0.16 0 0.20
HSL 201.1º 0.47% 0.62% -
HSV(B) 201.1º 0.45% 0.8% -
XYZ 32.02 36.88 61.93 -
YUV 157.01 153.95 95.9 -
System Red Green Blue C M Y K H S L
Decimal 112 171 203 0.45 0.16 0 0.20 201.1 0.47 0.62
Hex 70 AB CB 2D 10 0 14 C9 2F 3E
Octal 160 253 313 55 20 0 24 311 57 76
Binary 1110000 10101011 11001011 101101 10000 0 10100 11001001 101111 111110

Color Harmonies of #70ABCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ABCB

Black with #70ABCB

Text Example


Text Example

White with #70ABCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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