Html Css Color HEX #85BCD8 Seagull

📋 copy color: '#85BCD8'

red 133 ◦ green 188 ◦ blue 216

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

Shades of Seagull #85BCD8

Tints of Seagull #85BCD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.22%

R = 24.77%
G = 35.01%
B = 40.22%

CMYK

 C value IS 0.38

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#85BCD8 (or 0x85BCD8) is known color: Seagull. HEX triplet: 85, BC and D8. RGB value is (133,188,216). Sum of RGB (Red+Green+Blue) = 133+188+216=537 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.77% from 537); Green value is 188 (73.83% from 255 or 35.01% from 537); Blue value is 216 (84.77% from 255 or 40.22% from 537); Max value from RGB is 216 - color contains mainly: blue. Hex color #85BCD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BCD8 is #7A4327. Grayscale: #AEAEAE. Windows color (decimal): -8012584 or 14204037. OLE color: 14204037.

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

Color convert

RGB 133 188 216 -
CMYK 0.38 0.13 0 0.15
HSL 200.24º 0.52% 0.68% -
HSV(B) 200.24º 0.38% 0.85% -
XYZ 40.05 45.91 71.72 -
YUV 174.75 151.28 98.22 -
System Red Green Blue C M Y K H S L
Decimal 133 188 216 0.38 0.13 0 0.15 200.24 0.52 0.68
Hex 85 BC D8 26 D 0 F C8 34 44
Octal 205 274 330 46 15 0 17 310 64 104
Binary 10000101 10111100 11011000 100110 1101 0 1111 11001000 110100 1000100

Color Harmonies of #85BCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BCD8

Black with #85BCD8

Text Example


Text Example

White with #85BCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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