Html Css Color HEX #85BCD7 Seagull

📋 copy color: '#85BCD7'

red 133 ◦ green 188 ◦ blue 215

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

Shades of Seagull #85BCD7

Tints of Seagull #85BCD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.11%

R = 24.81%
G = 35.07%
B = 40.11%

CMYK

 C value IS 0.38

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#85BCD7 (or 0x85BCD7) is known color: Seagull. HEX triplet: 85, BC and D7. RGB value is (133,188,215). Sum of RGB (Red+Green+Blue) = 133+188+215=536 (70% of max value = 765). Red value is 133 (52.34% from 255 or 24.81% from 536); Green value is 188 (73.83% from 255 or 35.07% from 536); Blue value is 215 (84.38% from 255 or 40.11% from 536); Max value from RGB is 215 - color contains mainly: blue. Hex color #85BCD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BCD7 is #7A4328. Grayscale: #AEAEAE. Windows color (decimal): -8012585 or 14138501. OLE color: 14138501.

HSL color Cylindrical-coordinate representation of color #85BCD7: hue angle of 199.76º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85BCD7 is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 133 188 215 -
CMYK 0.38 0.13 0 0.16
HSL 199.76º 0.51% 0.68% -
HSV(B) 199.76º 0.38% 0.84% -
XYZ 39.92 45.86 71.04 -
YUV 174.63 150.78 98.3 -
System Red Green Blue C M Y K H S L
Decimal 133 188 215 0.38 0.13 0 0.16 199.76 0.51 0.68
Hex 85 BC D7 26 D 0 10 C8 33 44
Octal 205 274 327 46 15 0 20 310 63 104
Binary 10000101 10111100 11010111 100110 1101 0 10000 11001000 110011 1000100

Color Harmonies of #85BCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BCD7

Black with #85BCD7

Text Example


Text Example

White with #85BCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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