Html Css Color HEX #70BCCA Seagull

📋 copy color: '#70BCCA'

red 112 ◦ green 188 ◦ blue 202

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

Shades of Seagull #70BCCA

Tints of Seagull #70BCCA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.45%

 BLUE value IS 202 (79.3% from 255) = 40.24%

R = 22.31%
G = 37.45%
B = 40.24%

CMYK

 C value IS 0.45

 M value IS 0.07

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#70BCCA (or 0x70BCCA) is known color: Seagull. HEX triplet: 70, BC and CA. RGB value is (112,188,202). Sum of RGB (Red+Green+Blue) = 112+188+202=502 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.31% from 502); Green value is 188 (73.83% from 255 or 37.45% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 202 - color contains mainly: blue. Hex color #70BCCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BCCA is #8F4335. Grayscale: #A6A6A6. Windows color (decimal): -9388854 or 13286512. OLE color: 13286512.

HSL color Cylindrical-coordinate representation of color #70BCCA: hue angle of 189.33º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70BCCA is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 112 188 202 -
CMYK 0.45 0.07 0 0.21
HSL 189.33º 0.46% 0.62% -
HSV(B) 189.33º 0.45% 0.79% -
XYZ 35.33 43.68 62.45 -
YUV 166.87 147.82 88.86 -
System Red Green Blue C M Y K H S L
Decimal 112 188 202 0.45 0.07 0 0.21 189.33 0.46 0.62
Hex 70 BC CA 2D 7 0 15 BD 2E 3E
Octal 160 274 312 55 7 0 25 275 56 76
Binary 1110000 10111100 11001010 101101 111 0 10101 10111101 101110 111110

Color Harmonies of #70BCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BCCA

Black with #70BCCA

Text Example


Text Example

White with #70BCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,188,202); }

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

background-color css

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

 a { background-color: rgb(112,188,202); }

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

border-color css

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

 span { border-color: rgb(112,188,202); }

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