Html Css Color HEX #85BDDC Seagull

📋 copy color: '#85BDDC'

red 133 ◦ green 189 ◦ blue 220

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

Shades of Seagull #85BDDC

Tints of Seagull #85BDDC

RGB

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

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

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

R = 24.54%
G = 34.87%
B = 40.59%

CMYK

 C value IS 0.40

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#85BDDC (or 0x85BDDC) is known color: Seagull. HEX triplet: 85, BD and DC. RGB value is (133,189,220). Sum of RGB (Red+Green+Blue) = 133+189+220=542 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.54% from 542); Green value is 189 (74.22% from 255 or 34.87% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 220 - color contains mainly: blue. Hex color #85BDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BDDC is #7A4223. Grayscale: #AFAFAF. Windows color (decimal): -8012324 or 14466437. OLE color: 14466437.

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

Color convert

RGB 133 189 220 -
CMYK 0.40 0.14 0 0.14
HSL 201.38º 0.55% 0.69% -
HSV(B) 201.38º 0.4% 0.86% -
XYZ 40.79 46.55 74.55 -
YUV 175.79 152.95 97.48 -
System Red Green Blue C M Y K H S L
Decimal 133 189 220 0.40 0.14 0 0.14 201.38 0.55 0.69
Hex 85 BD DC 28 E 0 E C9 37 45
Octal 205 275 334 50 16 0 16 311 67 105
Binary 10000101 10111101 11011100 101000 1110 0 1110 11001001 110111 1000101

Color Harmonies of #85BDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BDDC

Black with #85BDDC

Text Example


Text Example

White with #85BDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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