Html Css Color HEX #85B1CC Seagull

📋 copy color: '#85B1CC'

red 133 ◦ green 177 ◦ blue 204

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

Shades of Seagull #85B1CC

Tints of Seagull #85B1CC

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.44%

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

R = 25.88%
G = 34.44%
B = 39.69%

CMYK

 C value IS 0.35

 M value IS 0.13

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#85B1CC (or 0x85B1CC) is known color: Seagull. HEX triplet: 85, B1 and CC. RGB value is (133,177,204). Sum of RGB (Red+Green+Blue) = 133+177+204=514 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.88% from 514); Green value is 177 (69.53% from 255 or 34.44% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 204 - color contains mainly: blue. Hex color #85B1CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85B1CC is #7A4E33. Grayscale: #A6A6A6. Windows color (decimal): -8015412 or 13414789. OLE color: 13414789.

HSL color Cylindrical-coordinate representation of color #85B1CC: hue angle of 202.82º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85B1CC is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 133 177 204 -
CMYK 0.35 0.13 0 0.2
HSL 202.82º 0.41% 0.66% -
HSV(B) 202.82º 0.35% 0.8% -
XYZ 36.29 40.79 63.09 -
YUV 166.92 148.92 103.8 -
System Red Green Blue C M Y K H S L
Decimal 133 177 204 0.35 0.13 0 0.2 202.82 0.41 0.66
Hex 85 B1 CC 23 D 0 14 CB 29 42
Octal 205 261 314 43 15 0 24 313 51 102
Binary 10000101 10110001 11001100 100011 1101 0 10100 11001011 101001 1000010

Color Harmonies of #85B1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B1CC

Black with #85B1CC

Text Example


Text Example

White with #85B1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,177,204); }

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

background-color css

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

 a { background-color: rgb(133,177,204); }

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

border-color css

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

 span { border-color: rgb(133,177,204); }

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