Html Css Color HEX #85BDDE Seagull

📋 copy color: '#85BDDE'

red 133 ◦ green 189 ◦ blue 222

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

Shades of Seagull #85BDDE

Tints of Seagull #85BDDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.81%

R = 24.45%
G = 34.74%
B = 40.81%

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

#85BDDE (or 0x85BDDE) is known color: Seagull. HEX triplet: 85, BD and DE. RGB value is (133,189,222). Sum of RGB (Red+Green+Blue) = 133+189+222=544 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.45% from 544); Green value is 189 (74.22% from 255 or 34.74% from 544); Blue value is 222 (87.11% from 255 or 40.81% from 544); Max value from RGB is 222 - color contains mainly: blue. Hex color #85BDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BDDE is #7A4221. Grayscale: #AFAFAF. Windows color (decimal): -8012322 or 14597509. OLE color: 14597509.

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

Color convert

RGB 133 189 222 -
CMYK 0.40 0.15 0 0.13
HSL 202.25º 0.57% 0.7% -
HSV(B) 202.25º 0.4% 0.87% -
XYZ 41.06 46.66 75.95 -
YUV 176.02 153.95 97.32 -
System Red Green Blue C M Y K H S L
Decimal 133 189 222 0.40 0.15 0 0.13 202.25 0.57 0.7
Hex 85 BD DE 28 F 0 D CA 39 46
Octal 205 275 336 50 17 0 15 312 71 106
Binary 10000101 10111101 11011110 101000 1111 0 1101 11001010 111001 1000110

Color Harmonies of #85BDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BDDE

Black with #85BDDE

Text Example


Text Example

White with #85BDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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