Html Css Color HEX #70BFCC Seagull

📋 copy color: '#70BFCC'

red 112 ◦ green 191 ◦ blue 204

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

Shades of Seagull #70BFCC

Tints of Seagull #70BFCC

RGB

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

 GREEN value IS 191 (75% from 255) = 37.67%

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

R = 22.09%
G = 37.67%
B = 40.24%

CMYK

 C value IS 0.45

 M value IS 0.06

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#70BFCC (or 0x70BFCC) is known color: Seagull. HEX triplet: 70, BF and CC. RGB value is (112,191,204). Sum of RGB (Red+Green+Blue) = 112+191+204=507 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.09% from 507); Green value is 191 (75% from 255 or 37.67% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 204 - color contains mainly: blue. Hex color #70BFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BFCC is #8F4033. Grayscale: #A8A8A8. Windows color (decimal): -9388084 or 13418352. OLE color: 13418352.

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

Color convert

RGB 112 191 204 -
CMYK 0.45 0.06 0 0.2
HSL 188.48º 0.47% 0.62% -
HSV(B) 188.48º 0.45% 0.8% -
XYZ 36.21 45.07 63.92 -
YUV 168.86 147.83 87.44 -
System Red Green Blue C M Y K H S L
Decimal 112 191 204 0.45 0.06 0 0.2 188.48 0.47 0.62
Hex 70 BF CC 2D 6 0 14 BC 2F 3E
Octal 160 277 314 55 6 0 24 274 57 76
Binary 1110000 10111111 11001100 101101 110 0 10100 10111100 101111 111110

Color Harmonies of #70BFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BFCC

Black with #70BFCC

Text Example


Text Example

White with #70BFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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