Html Css Color HEX #85BADB Seagull

📋 copy color: '#85BADB'

red 133 ◦ green 186 ◦ blue 219

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

Shades of Seagull #85BADB

Tints of Seagull #85BADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.71%

R = 24.72%
G = 34.57%
B = 40.71%

CMYK

 C value IS 0.39

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#85BADB (or 0x85BADB) is known color: Seagull. HEX triplet: 85, BA and DB. RGB value is (133,186,219). Sum of RGB (Red+Green+Blue) = 133+186+219=538 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.72% from 538); Green value is 186 (73.05% from 255 or 34.57% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #85BADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BADB is #7A4524. Grayscale: #ADADAD. Windows color (decimal): -8013093 or 14400133. OLE color: 14400133.

HSL color Cylindrical-coordinate representation of color #85BADB: hue angle of 203.02º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85BADB is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 186 219 -
CMYK 0.39 0.15 0 0.14
HSL 203.02º 0.54% 0.69% -
HSV(B) 203.02º 0.39% 0.86% -
XYZ 40.02 45.22 73.64 -
YUV 173.92 153.44 98.82 -
System Red Green Blue C M Y K H S L
Decimal 133 186 219 0.39 0.15 0 0.14 203.02 0.54 0.69
Hex 85 BA DB 27 F 0 E CB 36 45
Octal 205 272 333 47 17 0 16 313 66 105
Binary 10000101 10111010 11011011 100111 1111 0 1110 11001011 110110 1000101

Color Harmonies of #85BADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BADB

Black with #85BADB

Text Example


Text Example

White with #85BADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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