Html Css Color HEX #85BFDB Seagull

📋 copy color: '#85BFDB'

red 133 ◦ green 191 ◦ blue 219

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

Shades of Seagull #85BFDB

Tints of Seagull #85BFDB

RGB

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

 GREEN value IS 191 (75% from 255) = 35.17%

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

R = 24.49%
G = 35.17%
B = 40.33%

CMYK

 C value IS 0.39

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#85BFDB (or 0x85BFDB) is known color: Seagull. HEX triplet: 85, BF and DB. RGB value is (133,191,219). Sum of RGB (Red+Green+Blue) = 133+191+219=543 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.49% from 543); Green value is 191 (75% from 255 or 35.17% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #85BFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BFDB is #7A4024. Grayscale: #B0B0B0. Windows color (decimal): -8011813 or 14401413. OLE color: 14401413.

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

Color convert

RGB 133 191 219 -
CMYK 0.39 0.13 0 0.14
HSL 199.53º 0.54% 0.69% -
HSV(B) 199.53º 0.39% 0.86% -
XYZ 41.09 47.36 73.99 -
YUV 176.85 151.78 96.72 -
System Red Green Blue C M Y K H S L
Decimal 133 191 219 0.39 0.13 0 0.14 199.53 0.54 0.69
Hex 85 BF DB 27 D 0 E C8 36 45
Octal 205 277 333 47 15 0 16 310 66 105
Binary 10000101 10111111 11011011 100111 1101 0 1110 11001000 110110 1000101

Color Harmonies of #85BFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BFDB

Black with #85BFDB

Text Example


Text Example

White with #85BFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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