Html Css Color HEX #70BDCF Seagull

📋 copy color: '#70BDCF'

red 112 ◦ green 189 ◦ blue 207

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

Shades of Seagull #70BDCF

Tints of Seagull #70BDCF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.2%

 BLUE value IS 207 (81.25% from 255) = 40.75%

R = 22.05%
G = 37.2%
B = 40.75%

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

#70BDCF (or 0x70BDCF) is known color: Seagull. HEX triplet: 70, BD and CF. RGB value is (112,189,207). Sum of RGB (Red+Green+Blue) = 112+189+207=508 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.05% from 508); Green value is 189 (74.22% from 255 or 37.20% from 508); Blue value is 207 (81.25% from 255 or 40.75% from 508); Max value from RGB is 207 - color contains mainly: blue. Hex color #70BDCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BDCF is #8F4230. Grayscale: #A7A7A7. Windows color (decimal): -9388593 or 13614448. OLE color: 13614448.

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

Color convert

RGB 112 189 207 -
CMYK 0.46 0.09 0 0.19
HSL 191.37º 0.5% 0.63% -
HSV(B) 191.37º 0.46% 0.81% -
XYZ 36.14 44.34 65.69 -
YUV 168.03 149.99 88.04 -
System Red Green Blue C M Y K H S L
Decimal 112 189 207 0.46 0.09 0 0.19 191.37 0.5 0.63
Hex 70 BD CF 2E 9 0 13 BF 32 3F
Octal 160 275 317 56 11 0 23 277 62 77
Binary 1110000 10111101 11001111 101110 1001 0 10011 10111111 110010 111111

Color Harmonies of #70BDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BDCF

Black with #70BDCF

Text Example


Text Example

White with #70BDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,189,207); }

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

background-color css

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

 a { background-color: rgb(112,189,207); }

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

border-color css

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

 span { border-color: rgb(112,189,207); }

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