Html Css Color HEX #70BAC8 Seagull

📋 copy color: '#70BAC8'

red 112 ◦ green 186 ◦ blue 200

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

Shades of Seagull #70BAC8

Tints of Seagull #70BAC8

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.35%

 BLUE value IS 200 (78.52% from 255) = 40.16%

R = 22.49%
G = 37.35%
B = 40.16%

CMYK

 C value IS 0.44

 M value IS 0.07

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#70BAC8 (or 0x70BAC8) is known color: Seagull. HEX triplet: 70, BA and C8. RGB value is (112,186,200). Sum of RGB (Red+Green+Blue) = 112+186+200=498 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.49% from 498); Green value is 186 (73.05% from 255 or 37.35% from 498); Blue value is 200 (78.52% from 255 or 40.16% from 498); Max value from RGB is 200 - color contains mainly: blue. Hex color #70BAC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BAC8 is #8F4537. Grayscale: #A5A5A5. Windows color (decimal): -9389368 or 13154928. OLE color: 13154928.

HSL color Cylindrical-coordinate representation of color #70BAC8: hue angle of 189.55º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #70BAC8 is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 112 186 200 -
CMYK 0.44 0.07 0 0.22
HSL 189.55º 0.44% 0.61% -
HSV(B) 189.55º 0.44% 0.78% -
XYZ 34.67 42.73 61.06 -
YUV 165.47 147.48 89.86 -
System Red Green Blue C M Y K H S L
Decimal 112 186 200 0.44 0.07 0 0.22 189.55 0.44 0.61
Hex 70 BA C8 2C 7 0 16 BE 2C 3D
Octal 160 272 310 54 7 0 26 276 54 75
Binary 1110000 10111010 11001000 101100 111 0 10110 10111110 101100 111101

Color Harmonies of #70BAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BAC8

Black with #70BAC8

Text Example


Text Example

White with #70BAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,186,200); }

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

background-color css

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

 a { background-color: rgb(112,186,200); }

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

border-color css

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

 span { border-color: rgb(112,186,200); }

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