Html Css Color HEX #70BFCB Seagull

📋 copy color: '#70BFCB'

red 112 ◦ green 191 ◦ blue 203

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

Shades of Seagull #70BFCB

Tints of Seagull #70BFCB

RGB

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

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

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

R = 22.13%
G = 37.75%
B = 40.12%

CMYK

 C value IS 0.45

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#70BFCB (or 0x70BFCB) is known color: Seagull. HEX triplet: 70, BF and CB. RGB value is (112,191,203). Sum of RGB (Red+Green+Blue) = 112+191+203=506 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.13% from 506); Green value is 191 (75% from 255 or 37.75% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 203 - color contains mainly: blue. Hex color #70BFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BFCB is #8F4034. Grayscale: #A8A8A8. Windows color (decimal): -9388085 or 13352816. OLE color: 13352816.

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

Color convert

RGB 112 191 203 -
CMYK 0.45 0.06 0 0.20
HSL 187.91º 0.47% 0.62% -
HSV(B) 187.91º 0.45% 0.8% -
XYZ 36.09 45.02 63.29 -
YUV 168.75 147.33 87.52 -
System Red Green Blue C M Y K H S L
Decimal 112 191 203 0.45 0.06 0 0.20 187.91 0.47 0.62
Hex 70 BF CB 2D 6 0 14 BC 2F 3E
Octal 160 277 313 55 6 0 24 274 57 76
Binary 1110000 10111111 11001011 101101 110 0 10100 10111100 101111 111110

Color Harmonies of #70BFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BFCB

Black with #70BFCB

Text Example


Text Example

White with #70BFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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