Html Css Color HEX #70B7CD Seagull

📋 copy color: '#70B7CD'

red 112 ◦ green 183 ◦ blue 205

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

Shades of Seagull #70B7CD

Tints of Seagull #70B7CD

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.6%

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

R = 22.4%
G = 36.6%
B = 41%

CMYK

 C value IS 0.45

 M value IS 0.11

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#70B7CD (or 0x70B7CD) is known color: Seagull. HEX triplet: 70, B7 and CD. RGB value is (112,183,205). Sum of RGB (Red+Green+Blue) = 112+183+205=500 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.4% from 500); Green value is 183 (71.88% from 255 or 36.6% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #70B7CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70B7CD is #8F4832. Grayscale: #A4A4A4. Windows color (decimal): -9390131 or 13481840. OLE color: 13481840.

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

Color convert

RGB 112 183 205 -
CMYK 0.45 0.11 0 0.20
HSL 194.19º 0.48% 0.62% -
HSV(B) 194.19º 0.45% 0.8% -
XYZ 34.64 41.72 63.98 -
YUV 164.28 150.98 90.71 -
System Red Green Blue C M Y K H S L
Decimal 112 183 205 0.45 0.11 0 0.20 194.19 0.48 0.62
Hex 70 B7 CD 2D B 0 14 C2 30 3E
Octal 160 267 315 55 13 0 24 302 60 76
Binary 1110000 10110111 11001101 101101 1011 0 10100 11000010 110000 111110

Color Harmonies of #70B7CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B7CD

Black with #70B7CD

Text Example


Text Example

White with #70B7CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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