Html Css Color HEX #70BECD Seagull

📋 copy color: '#70BECD'

red 112 ◦ green 190 ◦ blue 205

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

Shades of Seagull #70BECD

Tints of Seagull #70BECD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.48%

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

R = 22.09%
G = 37.48%
B = 40.43%

CMYK

 C value IS 0.45

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#70BECD (or 0x70BECD) is known color: Seagull. HEX triplet: 70, BE and CD. RGB value is (112,190,205). Sum of RGB (Red+Green+Blue) = 112+190+205=507 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.09% from 507); Green value is 190 (74.61% from 255 or 37.48% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 205 - color contains mainly: blue. Hex color #70BECD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BECD is #8F4132. Grayscale: #A8A8A8. Windows color (decimal): -9388339 or 13483632. OLE color: 13483632.

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

Color convert

RGB 112 190 205 -
CMYK 0.45 0.07 0 0.20
HSL 189.68º 0.48% 0.62% -
HSV(B) 189.68º 0.45% 0.8% -
XYZ 36.11 44.68 64.48 -
YUV 168.39 148.66 87.78 -
System Red Green Blue C M Y K H S L
Decimal 112 190 205 0.45 0.07 0 0.20 189.68 0.48 0.62
Hex 70 BE CD 2D 7 0 14 BE 30 3E
Octal 160 276 315 55 7 0 24 276 60 76
Binary 1110000 10111110 11001101 101101 111 0 10100 10111110 110000 111110

Color Harmonies of #70BECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BECD

Black with #70BECD

Text Example


Text Example

White with #70BECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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