Html Css Color HEX #70C3CF Seagull

📋 copy color: '#70C3CF'

red 112 ◦ green 195 ◦ blue 207

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

Shades of Seagull #70C3CF

Tints of Seagull #70C3CF

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.94%

 BLUE value IS 207 (81.25% from 255) = 40.27%

R = 21.79%
G = 37.94%
B = 40.27%

CMYK

 C value IS 0.46

 M value IS 0.06

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#70C3CF (or 0x70C3CF) is known color: Seagull. HEX triplet: 70, C3 and CF. RGB value is (112,195,207). Sum of RGB (Red+Green+Blue) = 112+195+207=514 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.79% from 514); Green value is 195 (76.56% from 255 or 37.94% from 514); Blue value is 207 (81.25% from 255 or 40.27% from 514); Max value from RGB is 207 - color contains mainly: blue. Hex color #70C3CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70C3CF is #8F3C30. Grayscale: #ABABAB. Windows color (decimal): -9387057 or 13615984. OLE color: 13615984.

HSL color Cylindrical-coordinate representation of color #70C3CF: hue angle of 187.58º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70C3CF is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 195 207 -
CMYK 0.46 0.06 0 0.19
HSL 187.58º 0.5% 0.63% -
HSV(B) 187.58º 0.46% 0.81% -
XYZ 37.46 46.98 66.13 -
YUV 171.55 148 85.52 -
System Red Green Blue C M Y K H S L
Decimal 112 195 207 0.46 0.06 0 0.19 187.58 0.5 0.63
Hex 70 C3 CF 2E 6 0 13 BC 32 3F
Octal 160 303 317 56 6 0 23 274 62 77
Binary 1110000 11000011 11001111 101110 110 0 10011 10111100 110010 111111

Color Harmonies of #70C3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C3CF

Black with #70C3CF

Text Example


Text Example

White with #70C3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,195,207); }

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

background-color css

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

 a { background-color: rgb(112,195,207); }

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

border-color css

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

 span { border-color: rgb(112,195,207); }

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