Html Css Color HEX #70BFD1 Seagull

📋 copy color: '#70BFD1'

red 112 ◦ green 191 ◦ blue 209

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

Shades of Seagull #70BFD1

Tints of Seagull #70BFD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 40.82%

R = 21.88%
G = 37.3%
B = 40.82%

CMYK

 C value IS 0.46

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#70BFD1 (or 0x70BFD1) is known color: Seagull. HEX triplet: 70, BF and D1. RGB value is (112,191,209). Sum of RGB (Red+Green+Blue) = 112+191+209=512 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.88% from 512); Green value is 191 (75% from 255 or 37.30% from 512); Blue value is 209 (82.03% from 255 or 40.82% from 512); Max value from RGB is 209 - color contains mainly: blue. Hex color #70BFD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BFD1 is #8F402E. Grayscale: #A9A9A9. Windows color (decimal): -9388079 or 13746032. OLE color: 13746032.

HSL color Cylindrical-coordinate representation of color #70BFD1: hue angle of 191.13º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70BFD1 is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 112 191 209 -
CMYK 0.46 0.09 0 0.18
HSL 191.13º 0.51% 0.63% -
HSV(B) 191.13º 0.46% 0.82% -
XYZ 36.82 45.31 67.13 -
YUV 169.43 150.33 87.04 -
System Red Green Blue C M Y K H S L
Decimal 112 191 209 0.46 0.09 0 0.18 191.13 0.51 0.63
Hex 70 BF D1 2E 9 0 12 BF 33 3F
Octal 160 277 321 56 11 0 22 277 63 77
Binary 1110000 10111111 11010001 101110 1001 0 10010 10111111 110011 111111

Color Harmonies of #70BFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BFD1

Black with #70BFD1

Text Example


Text Example

White with #70BFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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