Html Css Color HEX #70BDDA Seagull

📋 copy color: '#70BDDA'

red 112 ◦ green 189 ◦ blue 218

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

Shades of Seagull #70BDDA

Tints of Seagull #70BDDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42%

R = 21.58%
G = 36.42%
B = 42%

CMYK

 C value IS 0.49

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#70BDDA (or 0x70BDDA) is known color: Seagull. HEX triplet: 70, BD and DA. RGB value is (112,189,218). Sum of RGB (Red+Green+Blue) = 112+189+218=519 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.58% from 519); Green value is 189 (74.22% from 255 or 36.42% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 218 - color contains mainly: blue. Hex color #70BDDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BDDA is #8F4225. Grayscale: #A9A9A9. Windows color (decimal): -9388582 or 14335344. OLE color: 14335344.

HSL color Cylindrical-coordinate representation of color #70BDDA: hue angle of 196.42º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70BDDA is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 189 218 -
CMYK 0.49 0.13 0 0.15
HSL 196.42º 0.59% 0.65% -
HSV(B) 196.42º 0.49% 0.85% -
XYZ 37.53 44.9 73.02 -
YUV 169.28 155.49 87.14 -
System Red Green Blue C M Y K H S L
Decimal 112 189 218 0.49 0.13 0 0.15 196.42 0.59 0.65
Hex 70 BD DA 31 D 0 F C4 3B 41
Octal 160 275 332 61 15 0 17 304 73 101
Binary 1110000 10111101 11011010 110001 1101 0 1111 11000100 111011 1000001

Color Harmonies of #70BDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BDDA

Black with #70BDDA

Text Example


Text Example

White with #70BDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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