Html Css Color HEX #70BFCE Seagull

📋 copy color: '#70BFCE'

red 112 ◦ green 191 ◦ blue 206

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

Shades of Seagull #70BFCE

Tints of Seagull #70BFCE

RGB

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

 GREEN value IS 191 (75% from 255) = 37.52%

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

R = 22%
G = 37.52%
B = 40.47%

CMYK

 C value IS 0.46

 M value IS 0.07

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#70BFCE (or 0x70BFCE) is known color: Seagull. HEX triplet: 70, BF and CE. RGB value is (112,191,206). Sum of RGB (Red+Green+Blue) = 112+191+206=509 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.00% from 509); Green value is 191 (75% from 255 or 37.52% from 509); Blue value is 206 (80.86% from 255 or 40.47% from 509); Max value from RGB is 206 - color contains mainly: blue. Hex color #70BFCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BFCE is #8F4031. Grayscale: #A8A8A8. Windows color (decimal): -9388082 or 13549424. OLE color: 13549424.

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

Color convert

RGB 112 191 206 -
CMYK 0.46 0.07 0 0.19
HSL 189.57º 0.49% 0.62% -
HSV(B) 189.57º 0.46% 0.81% -
XYZ 36.45 45.16 65.19 -
YUV 169.09 148.83 87.28 -
System Red Green Blue C M Y K H S L
Decimal 112 191 206 0.46 0.07 0 0.19 189.57 0.49 0.62
Hex 70 BF CE 2E 7 0 13 BE 31 3E
Octal 160 277 316 56 7 0 23 276 61 76
Binary 1110000 10111111 11001110 101110 111 0 10011 10111110 110001 111110

Color Harmonies of #70BFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BFCE

Black with #70BFCE

Text Example


Text Example

White with #70BFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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