Html Css Color HEX #70C5CB Seagull

📋 copy color: '#70C5CB'

red 112 ◦ green 197 ◦ blue 203

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

Shades of Seagull #70C5CB

Tints of Seagull #70C5CB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.48%

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

R = 21.88%
G = 38.48%
B = 39.65%

CMYK

 C value IS 0.45

 M value IS 0.03

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#70C5CB (or 0x70C5CB) is known color: Seagull. HEX triplet: 70, C5 and CB. RGB value is (112,197,203). Sum of RGB (Red+Green+Blue) = 112+197+203=512 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.88% from 512); Green value is 197 (77.34% from 255 or 38.48% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 203 - color contains mainly: blue. Hex color #70C5CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70C5CB is #8F3A34. Grayscale: #ACACAC. Windows color (decimal): -9386549 or 13354352. OLE color: 13354352.

HSL color Cylindrical-coordinate representation of color #70C5CB: hue angle of 183.96º 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 #70C5CB is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 112 197 203 -
CMYK 0.45 0.03 0 0.20
HSL 183.96º 0.47% 0.62% -
HSV(B) 183.96º 0.45% 0.8% -
XYZ 37.43 47.69 63.73 -
YUV 172.27 145.34 85.01 -
System Red Green Blue C M Y K H S L
Decimal 112 197 203 0.45 0.03 0 0.20 183.96 0.47 0.62
Hex 70 C5 CB 2D 3 0 14 B8 2F 3E
Octal 160 305 313 55 3 0 24 270 57 76
Binary 1110000 11000101 11001011 101101 11 0 10100 10111000 101111 111110

Color Harmonies of #70C5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C5CB

Black with #70C5CB

Text Example


Text Example

White with #70C5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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