Html Css Color HEX #85BADD Seagull

📋 copy color: '#85BADD'

red 133 ◦ green 186 ◦ blue 221

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

Shades of Seagull #85BADD

Tints of Seagull #85BADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.93%

R = 24.63%
G = 34.44%
B = 40.93%

CMYK

 C value IS 0.40

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#85BADD (or 0x85BADD) is known color: Seagull. HEX triplet: 85, BA and DD. RGB value is (133,186,221). Sum of RGB (Red+Green+Blue) = 133+186+221=540 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.63% from 540); Green value is 186 (73.05% from 255 or 34.44% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #85BADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BADD is #7A4522. Grayscale: #ADADAD. Windows color (decimal): -8013091 or 14531205. OLE color: 14531205.

HSL color Cylindrical-coordinate representation of color #85BADD: hue angle of 203.86º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85BADD is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 186 221 -
CMYK 0.40 0.16 0 0.13
HSL 203.86º 0.56% 0.69% -
HSV(B) 203.86º 0.4% 0.87% -
XYZ 40.28 45.32 75.03 -
YUV 174.14 154.44 98.65 -
System Red Green Blue C M Y K H S L
Decimal 133 186 221 0.40 0.16 0 0.13 203.86 0.56 0.69
Hex 85 BA DD 28 10 0 D CC 38 45
Octal 205 272 335 50 20 0 15 314 70 105
Binary 10000101 10111010 11011101 101000 10000 0 1101 11001100 111000 1000101

Color Harmonies of #85BADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BADD

Black with #85BADD

Text Example


Text Example

White with #85BADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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