Html Css Color HEX #70ADCF Seagull

📋 copy color: '#70ADCF'

red 112 ◦ green 173 ◦ blue 207

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

Shades of Seagull #70ADCF

Tints of Seagull #70ADCF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.16%

 BLUE value IS 207 (81.25% from 255) = 42.07%

R = 22.76%
G = 35.16%
B = 42.07%

CMYK

 C value IS 0.46

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#70ADCF (or 0x70ADCF) is known color: Seagull. HEX triplet: 70, AD and CF. RGB value is (112,173,207). Sum of RGB (Red+Green+Blue) = 112+173+207=492 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.76% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 207 (81.25% from 255 or 42.07% from 492); Max value from RGB is 207 - color contains mainly: blue. Hex color #70ADCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ADCF is #8F5230. Grayscale: #9E9E9E. Windows color (decimal): -9392689 or 13610352. OLE color: 13610352.

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

Color convert

RGB 112 173 207 -
CMYK 0.46 0.16 0 0.19
HSL 201.47º 0.5% 0.63% -
HSV(B) 201.47º 0.46% 0.81% -
XYZ 32.89 37.84 64.6 -
YUV 158.64 155.29 94.74 -
System Red Green Blue C M Y K H S L
Decimal 112 173 207 0.46 0.16 0 0.19 201.47 0.5 0.63
Hex 70 AD CF 2E 10 0 13 C9 32 3F
Octal 160 255 317 56 20 0 23 311 62 77
Binary 1110000 10101101 11001111 101110 10000 0 10011 11001001 110010 111111

Color Harmonies of #70ADCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ADCF

Black with #70ADCF

Text Example


Text Example

White with #70ADCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,173,207); }

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

background-color css

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

 a { background-color: rgb(112,173,207); }

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

border-color css

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

 span { border-color: rgb(112,173,207); }

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