Html Css Color HEX #85BCDC Seagull

📋 copy color: '#85BCDC'

red 133 ◦ green 188 ◦ blue 220

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

Shades of Seagull #85BCDC

Tints of Seagull #85BCDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.67%

R = 24.58%
G = 34.75%
B = 40.67%

CMYK

 C value IS 0.40

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#85BCDC (or 0x85BCDC) is known color: Seagull. HEX triplet: 85, BC and DC. RGB value is (133,188,220). Sum of RGB (Red+Green+Blue) = 133+188+220=541 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.58% from 541); Green value is 188 (73.83% from 255 or 34.75% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: blue. Hex color #85BCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BCDC is #7A4323. Grayscale: #AFAFAF. Windows color (decimal): -8012580 or 14466181. OLE color: 14466181.

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

Color convert

RGB 133 188 220 -
CMYK 0.40 0.15 0 0.14
HSL 202.07º 0.55% 0.69% -
HSV(B) 202.07º 0.4% 0.86% -
XYZ 40.57 46.12 74.47 -
YUV 175.2 153.28 97.9 -
System Red Green Blue C M Y K H S L
Decimal 133 188 220 0.40 0.15 0 0.14 202.07 0.55 0.69
Hex 85 BC DC 28 F 0 E CA 37 45
Octal 205 274 334 50 17 0 16 312 67 105
Binary 10000101 10111100 11011100 101000 1111 0 1110 11001010 110111 1000101

Color Harmonies of #85BCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BCDC

Black with #85BCDC

Text Example


Text Example

White with #85BCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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