Html Css Color HEX #70BDCD Seagull

📋 copy color: '#70BDCD'

red 112 ◦ green 189 ◦ blue 205

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

Shades of Seagull #70BDCD

Tints of Seagull #70BDCD

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.35%

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

R = 22.13%
G = 37.35%
B = 40.51%

CMYK

 C value IS 0.45

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#70BDCD (or 0x70BDCD) is known color: Seagull. HEX triplet: 70, BD and CD. RGB value is (112,189,205). Sum of RGB (Red+Green+Blue) = 112+189+205=506 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.13% from 506); Green value is 189 (74.22% from 255 or 37.35% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 205 - color contains mainly: blue. Hex color #70BDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BDCD is #8F4232. Grayscale: #A7A7A7. Windows color (decimal): -9388595 or 13483376. OLE color: 13483376.

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

Color convert

RGB 112 189 205 -
CMYK 0.45 0.08 0 0.20
HSL 190.32º 0.48% 0.62% -
HSV(B) 190.32º 0.45% 0.8% -
XYZ 35.9 44.25 64.41 -
YUV 167.8 148.99 88.2 -
System Red Green Blue C M Y K H S L
Decimal 112 189 205 0.45 0.08 0 0.20 190.32 0.48 0.62
Hex 70 BD CD 2D 8 0 14 BE 30 3E
Octal 160 275 315 55 10 0 24 276 60 76
Binary 1110000 10111101 11001101 101101 1000 0 10100 10111110 110000 111110

Color Harmonies of #70BDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BDCD

Black with #70BDCD

Text Example


Text Example

White with #70BDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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