Html Css Color HEX #85BFDC Seagull

📋 copy color: '#85BFDC'

red 133 ◦ green 191 ◦ blue 220

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

Shades of Seagull #85BFDC

Tints of Seagull #85BFDC

RGB

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

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

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

R = 24.45%
G = 35.11%
B = 40.44%

CMYK

 C value IS 0.40

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#85BFDC (or 0x85BFDC) is known color: Seagull. HEX triplet: 85, BF and DC. RGB value is (133,191,220). Sum of RGB (Red+Green+Blue) = 133+191+220=544 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.45% from 544); Green value is 191 (75% from 255 or 35.11% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 220 - color contains mainly: blue. Hex color #85BFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BFDC is #7A4023. Grayscale: #B0B0B0. Windows color (decimal): -8011812 or 14466949. OLE color: 14466949.

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

Color convert

RGB 133 191 220 -
CMYK 0.40 0.13 0 0.14
HSL 200º 0.55% 0.69% -
HSV(B) 200º 0.4% 0.86% -
XYZ 41.22 47.42 74.69 -
YUV 176.96 152.28 96.64 -
System Red Green Blue C M Y K H S L
Decimal 133 191 220 0.40 0.13 0 0.14 200 0.55 0.69
Hex 85 BF DC 28 D 0 E C8 37 45
Octal 205 277 334 50 15 0 16 310 67 105
Binary 10000101 10111111 11011100 101000 1101 0 1110 11001000 110111 1000101

Color Harmonies of #85BFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BFDC

Black with #85BFDC

Text Example


Text Example

White with #85BFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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