Html Css Color HEX #70BCCE Seagull

📋 copy color: '#70BCCE'

red 112 ◦ green 188 ◦ blue 206

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

Shades of Seagull #70BCCE

Tints of Seagull #70BCCE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.15%

 BLUE value IS 206 (80.86% from 255) = 40.71%

R = 22.13%
G = 37.15%
B = 40.71%

CMYK

 C value IS 0.46

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#70BCCE (or 0x70BCCE) is known color: Seagull. HEX triplet: 70, BC and CE. RGB value is (112,188,206). Sum of RGB (Red+Green+Blue) = 112+188+206=506 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.13% from 506); Green value is 188 (73.83% from 255 or 37.15% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 206 - color contains mainly: blue. Hex color #70BCCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BCCE is #8F4331. Grayscale: #A7A7A7. Windows color (decimal): -9388850 or 13548656. OLE color: 13548656.

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

Color convert

RGB 112 188 206 -
CMYK 0.46 0.09 0 0.19
HSL 191.49º 0.49% 0.62% -
HSV(B) 191.49º 0.46% 0.81% -
XYZ 35.81 43.87 64.97 -
YUV 167.33 149.82 88.54 -
System Red Green Blue C M Y K H S L
Decimal 112 188 206 0.46 0.09 0 0.19 191.49 0.49 0.62
Hex 70 BC CE 2E 9 0 13 BF 31 3E
Octal 160 274 316 56 11 0 23 277 61 76
Binary 1110000 10111100 11001110 101110 1001 0 10011 10111111 110001 111110

Color Harmonies of #70BCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BCCE

Black with #70BCCE

Text Example


Text Example

White with #70BCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,188,206); }

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

background-color css

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

 a { background-color: rgb(112,188,206); }

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

border-color css

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

 span { border-color: rgb(112,188,206); }

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