Html Css Color HEX #70BCCC Seagull

📋 copy color: '#70BCCC'

red 112 ◦ green 188 ◦ blue 204

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

Shades of Seagull #70BCCC

Tints of Seagull #70BCCC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.3%

 BLUE value IS 204 (80.08% from 255) = 40.48%

R = 22.22%
G = 37.3%
B = 40.48%

CMYK

 C value IS 0.45

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#70BCCC (or 0x70BCCC) is known color: Seagull. HEX triplet: 70, BC and CC. RGB value is (112,188,204). Sum of RGB (Red+Green+Blue) = 112+188+204=504 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.22% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 204 - color contains mainly: blue. Hex color #70BCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BCCC is #8F4333. Grayscale: #A6A6A6. Windows color (decimal): -9388852 or 13417584. OLE color: 13417584.

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

Color convert

RGB 112 188 204 -
CMYK 0.45 0.08 0 0.2
HSL 190.43º 0.47% 0.62% -
HSV(B) 190.43º 0.45% 0.8% -
XYZ 35.56 43.77 63.7 -
YUV 167.1 148.82 88.7 -
System Red Green Blue C M Y K H S L
Decimal 112 188 204 0.45 0.08 0 0.2 190.43 0.47 0.62
Hex 70 BC CC 2D 8 0 14 BE 2F 3E
Octal 160 274 314 55 10 0 24 276 57 76
Binary 1110000 10111100 11001100 101101 1000 0 10100 10111110 101111 111110

Color Harmonies of #70BCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BCCC

Black with #70BCCC

Text Example


Text Example

White with #70BCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,188,204); }

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

background-color css

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

 a { background-color: rgb(112,188,204); }

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

border-color css

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

 span { border-color: rgb(112,188,204); }

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