Html Css Color HEX #85B3CF Seagull

📋 copy color: '#85B3CF'

red 133 ◦ green 179 ◦ blue 207

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

Shades of Seagull #85B3CF

Tints of Seagull #85B3CF

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.49%

 BLUE value IS 207 (81.25% from 255) = 39.88%

R = 25.63%
G = 34.49%
B = 39.88%

CMYK

 C value IS 0.36

 M value IS 0.14

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#85B3CF (or 0x85B3CF) is known color: Seagull. HEX triplet: 85, B3 and CF. RGB value is (133,179,207). Sum of RGB (Red+Green+Blue) = 133+179+207=519 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.63% from 519); Green value is 179 (70.31% from 255 or 34.49% from 519); Blue value is 207 (81.25% from 255 or 39.88% from 519); Max value from RGB is 207 - color contains mainly: blue. Hex color #85B3CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85B3CF is #7A4C30. Grayscale: #A8A8A8. Windows color (decimal): -8014897 or 13611909. OLE color: 13611909.

HSL color Cylindrical-coordinate representation of color #85B3CF: hue angle of 202.7º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #85B3CF is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 179 207 -
CMYK 0.36 0.14 0 0.19
HSL 202.7º 0.44% 0.67% -
HSV(B) 202.7º 0.36% 0.81% -
XYZ 37.06 41.73 65.13 -
YUV 168.44 149.76 102.72 -
System Red Green Blue C M Y K H S L
Decimal 133 179 207 0.36 0.14 0 0.19 202.7 0.44 0.67
Hex 85 B3 CF 24 E 0 13 CB 2C 43
Octal 205 263 317 44 16 0 23 313 54 103
Binary 10000101 10110011 11001111 100100 1110 0 10011 11001011 101100 1000011

Color Harmonies of #85B3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B3CF

Black with #85B3CF

Text Example


Text Example

White with #85B3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,179,207); }

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

background-color css

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

 a { background-color: rgb(133,179,207); }

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

border-color css

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

 span { border-color: rgb(133,179,207); }

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