Html Css Color HEX #85BCCB Seagull

📋 copy color: '#85BCCB'

red 133 ◦ green 188 ◦ blue 203

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

Shades of Seagull #85BCCB

Tints of Seagull #85BCCB

RGB

 RED value IS 133 (52.34% from 255) = 25.38%

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

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

R = 25.38%
G = 35.88%
B = 38.74%

CMYK

 C value IS 0.34

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#85BCCB (or 0x85BCCB) is known color: Seagull. HEX triplet: 85, BC and CB. RGB value is (133,188,203). Sum of RGB (Red+Green+Blue) = 133+188+203=524 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.38% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 203 (79.69% from 255 or 38.74% from 524); Max value from RGB is 203 - color contains mainly: blue. Hex color #85BCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BCCB is #7A4334. Grayscale: #ADADAD. Windows color (decimal): -8012597 or 13352069. OLE color: 13352069.

HSL color Cylindrical-coordinate representation of color #85BCCB: hue angle of 192.86º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85BCCB is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 133 188 203 -
CMYK 0.34 0.07 0 0.20
HSL 192.86º 0.4% 0.66% -
HSV(B) 192.86º 0.34% 0.8% -
XYZ 38.44 45.26 63.21 -
YUV 173.27 144.78 99.28 -
System Red Green Blue C M Y K H S L
Decimal 133 188 203 0.34 0.07 0 0.20 192.86 0.4 0.66
Hex 85 BC CB 22 7 0 14 C1 28 42
Octal 205 274 313 42 7 0 24 301 50 102
Binary 10000101 10111100 11001011 100010 111 0 10100 11000001 101000 1000010

Color Harmonies of #85BCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BCCB

Black with #85BCCB

Text Example


Text Example

White with #85BCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85BCCB; }

 p { color: rgb(133,188,203); }

 H1.HeaderClassName
 {
   color: #85BCCB;
 }
 .AnyTagClassName
 {
   color: #85BCCB;
 }
</style>

background-color css

<style>
 a { background-color: #85BCCB; }

 a { background-color: rgb(133,188,203); }

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

border-color css

<style>
 span { border-color: #85BCCB; }

 span { border-color: rgb(133,188,203); }

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