Html Css Color HEX #85BAD6 Seagull

📋 copy color: '#85BAD6'

red 133 ◦ green 186 ◦ blue 214

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

Shades of Seagull #85BAD6

Tints of Seagull #85BAD6

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.9%

 BLUE value IS 214 (83.98% from 255) = 40.15%

R = 24.95%
G = 34.9%
B = 40.15%

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

#85BAD6 (or 0x85BAD6) is known color: Seagull. HEX triplet: 85, BA and D6. RGB value is (133,186,214). Sum of RGB (Red+Green+Blue) = 133+186+214=533 (70% of max value = 765). Red value is 133 (52.34% from 255 or 24.95% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 214 (83.98% from 255 or 40.15% from 533); Max value from RGB is 214 - color contains mainly: blue. Hex color #85BAD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BAD6 is #7A4529. Grayscale: #ADADAD. Windows color (decimal): -8013098 or 14072453. OLE color: 14072453.

HSL color Cylindrical-coordinate representation of color #85BAD6: hue angle of 200.74º degrees, saturation: 0.5, 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 #85BAD6 is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 133 186 214 -
CMYK 0.38 0.13 0 0.16
HSL 200.74º 0.5% 0.68% -
HSV(B) 200.74º 0.38% 0.84% -
XYZ 39.37 44.96 70.22 -
YUV 173.35 150.94 99.22 -
System Red Green Blue C M Y K H S L
Decimal 133 186 214 0.38 0.13 0 0.16 200.74 0.5 0.68
Hex 85 BA D6 26 D 0 10 C9 32 44
Octal 205 272 326 46 15 0 20 311 62 104
Binary 10000101 10111010 11010110 100110 1101 0 10000 11001001 110010 1000100

Color Harmonies of #85BAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BAD6

Black with #85BAD6

Text Example


Text Example

White with #85BAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,186,214); }

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

background-color css

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

 a { background-color: rgb(133,186,214); }

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

border-color css

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

 span { border-color: rgb(133,186,214); }

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