Html Css Color HEX #70BFD7 Seagull

📋 copy color: '#70BFD7'

red 112 ◦ green 191 ◦ blue 215

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

Shades of Seagull #70BFD7

Tints of Seagull #70BFD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.51%

R = 21.62%
G = 36.87%
B = 41.51%

CMYK

 C value IS 0.48

 M value IS 0.11

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#70BFD7 (or 0x70BFD7) is known color: Seagull. HEX triplet: 70, BF and D7. RGB value is (112,191,215). Sum of RGB (Red+Green+Blue) = 112+191+215=518 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.62% from 518); Green value is 191 (75% from 255 or 36.87% from 518); Blue value is 215 (84.38% from 255 or 41.51% from 518); Max value from RGB is 215 - color contains mainly: blue. Hex color #70BFD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BFD7 is #8F4028. Grayscale: #A9A9A9. Windows color (decimal): -9388073 or 14139248. OLE color: 14139248.

HSL color Cylindrical-coordinate representation of color #70BFD7: hue angle of 193.98º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70BFD7 is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 112 191 215 -
CMYK 0.48 0.11 0 0.16
HSL 193.98º 0.56% 0.64% -
HSV(B) 193.98º 0.48% 0.84% -
XYZ 37.58 45.61 71.11 -
YUV 170.12 153.33 86.55 -
System Red Green Blue C M Y K H S L
Decimal 112 191 215 0.48 0.11 0 0.16 193.98 0.56 0.64
Hex 70 BF D7 30 B 0 10 C2 38 40
Octal 160 277 327 60 13 0 20 302 70 100
Binary 1110000 10111111 11010111 110000 1011 0 10000 11000010 111000 1000000

Color Harmonies of #70BFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BFD7

Black with #70BFD7

Text Example


Text Example

White with #70BFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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