Html Css Color HEX #85BCDD Seagull

📋 copy color: '#85BCDD'

red 133 ◦ green 188 ◦ blue 221

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

Shades of Seagull #85BCDD

Tints of Seagull #85BCDD

RGB

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

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

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

R = 24.54%
G = 34.69%
B = 40.77%

CMYK

 C value IS 0.40

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#85BCDD (or 0x85BCDD) is known color: Seagull. HEX triplet: 85, BC and DD. RGB value is (133,188,221). Sum of RGB (Red+Green+Blue) = 133+188+221=542 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.54% from 542); Green value is 188 (73.83% from 255 or 34.69% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #85BCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BCDD is #7A4322. Grayscale: #AFAFAF. Windows color (decimal): -8012579 or 14531717. OLE color: 14531717.

HSL color Cylindrical-coordinate representation of color #85BCDD: hue angle of 202.5º 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 #85BCDD is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 188 221 -
CMYK 0.40 0.15 0 0.13
HSL 202.5º 0.56% 0.69% -
HSV(B) 202.5º 0.4% 0.87% -
XYZ 40.71 46.17 75.17 -
YUV 175.32 153.78 97.82 -
System Red Green Blue C M Y K H S L
Decimal 133 188 221 0.40 0.15 0 0.13 202.5 0.56 0.69
Hex 85 BC DD 28 F 0 D CA 38 45
Octal 205 274 335 50 17 0 15 312 70 105
Binary 10000101 10111100 11011101 101000 1111 0 1101 11001010 111000 1000101

Color Harmonies of #85BCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BCDD

Black with #85BCDD

Text Example


Text Example

White with #85BCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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