Html Css Color HEX #70BECE Seagull

📋 copy color: '#70BECE'

red 112 ◦ green 190 ◦ blue 206

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

Shades of Seagull #70BECE

Tints of Seagull #70BECE

RGB

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

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

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

R = 22.05%
G = 37.4%
B = 40.55%

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

#70BECE (or 0x70BECE) is known color: Seagull. HEX triplet: 70, BE and CE. RGB value is (112,190,206). Sum of RGB (Red+Green+Blue) = 112+190+206=508 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.05% from 508); Green value is 190 (74.61% from 255 or 37.40% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 206 - color contains mainly: blue. Hex color #70BECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BECE is #8F4131. Grayscale: #A8A8A8. Windows color (decimal): -9388338 or 13549168. OLE color: 13549168.

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

Color convert

RGB 112 190 206 -
CMYK 0.46 0.08 0 0.19
HSL 190.21º 0.49% 0.62% -
HSV(B) 190.21º 0.46% 0.81% -
XYZ 36.24 44.73 65.12 -
YUV 168.5 149.16 87.7 -
System Red Green Blue C M Y K H S L
Decimal 112 190 206 0.46 0.08 0 0.19 190.21 0.49 0.62
Hex 70 BE CE 2E 8 0 13 BE 31 3E
Octal 160 276 316 56 10 0 23 276 61 76
Binary 1110000 10111110 11001110 101110 1000 0 10011 10111110 110001 111110

Color Harmonies of #70BECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BECE

Black with #70BECE

Text Example


Text Example

White with #70BECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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