Html Css Color HEX #70BBCB Seagull

📋 copy color: '#70BBCB'

red 112 ◦ green 187 ◦ blue 203

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

Shades of Seagull #70BBCB

Tints of Seagull #70BBCB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.25%

 BLUE value IS 203 (79.69% from 255) = 40.44%

R = 22.31%
G = 37.25%
B = 40.44%

CMYK

 C value IS 0.45

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#70BBCB (or 0x70BBCB) is known color: Seagull. HEX triplet: 70, BB and CB. RGB value is (112,187,203). Sum of RGB (Red+Green+Blue) = 112+187+203=502 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.31% from 502); Green value is 187 (73.44% from 255 or 37.25% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 203 - color contains mainly: blue. Hex color #70BBCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BBCB is #8F4434. Grayscale: #A6A6A6. Windows color (decimal): -9389109 or 13351792. OLE color: 13351792.

HSL color Cylindrical-coordinate representation of color #70BBCB: hue angle of 190.55º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70BBCB is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 112 187 203 -
CMYK 0.45 0.08 0 0.20
HSL 190.55º 0.47% 0.62% -
HSV(B) 190.55º 0.45% 0.8% -
XYZ 35.23 43.3 63 -
YUV 166.4 148.65 89.2 -
System Red Green Blue C M Y K H S L
Decimal 112 187 203 0.45 0.08 0 0.20 190.55 0.47 0.62
Hex 70 BB CB 2D 8 0 14 BF 2F 3E
Octal 160 273 313 55 10 0 24 277 57 76
Binary 1110000 10111011 11001011 101101 1000 0 10100 10111111 101111 111110

Color Harmonies of #70BBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BBCB

Black with #70BBCB

Text Example


Text Example

White with #70BBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,187,203); }

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

background-color css

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

 a { background-color: rgb(112,187,203); }

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

border-color css

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

 span { border-color: rgb(112,187,203); }

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