Html Css Color HEX #70BECF Seagull

📋 copy color: '#70BECF'

red 112 ◦ green 190 ◦ blue 207

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

Shades of Seagull #70BECF

Tints of Seagull #70BECF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.33%

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

R = 22%
G = 37.33%
B = 40.67%

CMYK

 C value IS 0.46

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#70BECF (or 0x70BECF) is known color: Seagull. HEX triplet: 70, BE and CF. RGB value is (112,190,207). Sum of RGB (Red+Green+Blue) = 112+190+207=509 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.00% from 509); Green value is 190 (74.61% from 255 or 37.33% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 207 - color contains mainly: blue. Hex color #70BECF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BECF is #8F4130. Grayscale: #A8A8A8. Windows color (decimal): -9388337 or 13614704. OLE color: 13614704.

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

Color convert

RGB 112 190 207 -
CMYK 0.46 0.08 0 0.19
HSL 190.74º 0.5% 0.63% -
HSV(B) 190.74º 0.46% 0.81% -
XYZ 36.36 44.78 65.76 -
YUV 168.62 149.66 87.62 -
System Red Green Blue C M Y K H S L
Decimal 112 190 207 0.46 0.08 0 0.19 190.74 0.5 0.63
Hex 70 BE CF 2E 8 0 13 BF 32 3F
Octal 160 276 317 56 10 0 23 277 62 77
Binary 1110000 10111110 11001111 101110 1000 0 10011 10111111 110010 111111

Color Harmonies of #70BECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BECF

Black with #70BECF

Text Example


Text Example

White with #70BECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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