Html Css Color HEX #85BDCA Seagull

📋 copy color: '#85BDCA'

red 133 ◦ green 189 ◦ blue 202

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

Shades of Seagull #85BDCA

Tints of Seagull #85BDCA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.07%

 BLUE value IS 202 (79.3% from 255) = 38.55%

R = 25.38%
G = 36.07%
B = 38.55%

CMYK

 C value IS 0.34

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#85BDCA (or 0x85BDCA) is known color: Seagull. HEX triplet: 85, BD and CA. RGB value is (133,189,202). Sum of RGB (Red+Green+Blue) = 133+189+202=524 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.38% from 524); Green value is 189 (74.22% from 255 or 36.07% from 524); Blue value is 202 (79.30% from 255 or 38.55% from 524); Max value from RGB is 202 - color contains mainly: blue. Hex color #85BDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BDCA is #7A4235. Grayscale: #ADADAD. Windows color (decimal): -8012342 or 13286789. OLE color: 13286789.

HSL color Cylindrical-coordinate representation of color #85BDCA: hue angle of 191.3º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85BDCA is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 133 189 202 -
CMYK 0.34 0.06 0 0.21
HSL 191.3º 0.39% 0.66% -
HSV(B) 191.3º 0.34% 0.79% -
XYZ 38.53 45.65 62.66 -
YUV 173.74 143.95 98.94 -
System Red Green Blue C M Y K H S L
Decimal 133 189 202 0.34 0.06 0 0.21 191.3 0.39 0.66
Hex 85 BD CA 22 6 0 15 BF 27 42
Octal 205 275 312 42 6 0 25 277 47 102
Binary 10000101 10111101 11001010 100010 110 0 10101 10111111 100111 1000010

Color Harmonies of #85BDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BDCA

Black with #85BDCA

Text Example


Text Example

White with #85BDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,189,202); }

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

background-color css

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

 a { background-color: rgb(133,189,202); }

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

border-color css

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

 span { border-color: rgb(133,189,202); }

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