Html Css Color HEX #85BDDB Seagull

📋 copy color: '#85BDDB'

red 133 ◦ green 189 ◦ blue 219

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

Shades of Seagull #85BDDB

Tints of Seagull #85BDDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.48%

R = 24.58%
G = 34.94%
B = 40.48%

CMYK

 C value IS 0.39

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#85BDDB (or 0x85BDDB) is known color: Seagull. HEX triplet: 85, BD and DB. RGB value is (133,189,219). Sum of RGB (Red+Green+Blue) = 133+189+219=541 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.58% from 541); Green value is 189 (74.22% from 255 or 34.94% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #85BDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BDDB is #7A4224. Grayscale: #AFAFAF. Windows color (decimal): -8012325 or 14400901. OLE color: 14400901.

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

Color convert

RGB 133 189 219 -
CMYK 0.39 0.14 0 0.14
HSL 200.93º 0.54% 0.69% -
HSV(B) 200.93º 0.39% 0.86% -
XYZ 40.66 46.5 73.85 -
YUV 175.68 152.45 97.56 -
System Red Green Blue C M Y K H S L
Decimal 133 189 219 0.39 0.14 0 0.14 200.93 0.54 0.69
Hex 85 BD DB 27 E 0 E C9 36 45
Octal 205 275 333 47 16 0 16 311 66 105
Binary 10000101 10111101 11011011 100111 1110 0 1110 11001001 110110 1000101

Color Harmonies of #85BDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BDDB

Black with #85BDDB

Text Example


Text Example

White with #85BDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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