Html Css Color HEX #85B4CB Seagull

📋 copy color: '#85B4CB'

red 133 ◦ green 180 ◦ blue 203

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

Shades of Seagull #85B4CB

Tints of Seagull #85B4CB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.88%

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

R = 25.78%
G = 34.88%
B = 39.34%

CMYK

 C value IS 0.34

 M value IS 0.11

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#85B4CB (or 0x85B4CB) is known color: Seagull. HEX triplet: 85, B4 and CB. RGB value is (133,180,203). Sum of RGB (Red+Green+Blue) = 133+180+203=516 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.78% from 516); Green value is 180 (70.70% from 255 or 34.88% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 203 - color contains mainly: blue. Hex color #85B4CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85B4CB is #7A4B34. Grayscale: #A8A8A8. Windows color (decimal): -8014645 or 13350021. OLE color: 13350021.

HSL color Cylindrical-coordinate representation of color #85B4CB: hue angle of 199.71º 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 #85B4CB is Cyan = 0.34, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 133 180 203 -
CMYK 0.34 0.11 0 0.20
HSL 199.71º 0.4% 0.66% -
HSV(B) 199.71º 0.34% 0.8% -
XYZ 36.77 41.94 62.66 -
YUV 168.57 147.43 102.63 -
System Red Green Blue C M Y K H S L
Decimal 133 180 203 0.34 0.11 0 0.20 199.71 0.4 0.66
Hex 85 B4 CB 22 B 0 14 C8 28 42
Octal 205 264 313 42 13 0 24 310 50 102
Binary 10000101 10110100 11001011 100010 1011 0 10100 11001000 101000 1000010

Color Harmonies of #85B4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B4CB

Black with #85B4CB

Text Example


Text Example

White with #85B4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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