Html Css Color HEX #85B9DE Jordy Blue

📋 copy color: '#85B9DE'

red 133 ◦ green 185 ◦ blue 222

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

Shades of Jordy Blue #85B9DE

Tints of Jordy Blue #85B9DE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.26%

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

R = 24.63%
G = 34.26%
B = 41.11%

CMYK

 C value IS 0.40

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#85B9DE (or 0x85B9DE) is known color: Jordy Blue. HEX triplet: 85, B9 and DE. RGB value is (133,185,222). Sum of RGB (Red+Green+Blue) = 133+185+222=540 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.63% from 540); Green value is 185 (72.66% from 255 or 34.26% from 540); Blue value is 222 (87.11% from 255 or 41.11% from 540); Max value from RGB is 222 - color contains mainly: blue. Hex color #85B9DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85B9DE is #7A4621. Grayscale: #ADADAD. Windows color (decimal): -8013346 or 14596485. OLE color: 14596485.

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

Color convert

RGB 133 185 222 -
CMYK 0.40 0.17 0 0.13
HSL 204.94º 0.57% 0.7% -
HSV(B) 204.94º 0.4% 0.87% -
XYZ 40.21 44.96 75.67 -
YUV 173.67 155.27 98.99 -
System Red Green Blue C M Y K H S L
Decimal 133 185 222 0.40 0.17 0 0.13 204.94 0.57 0.7
Hex 85 B9 DE 28 11 0 D CD 39 46
Octal 205 271 336 50 21 0 15 315 71 106
Binary 10000101 10111001 11011110 101000 10001 0 1101 11001101 111001 1000110

Color Harmonies of #85B9DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B9DE

Black with #85B9DE

Text Example


Text Example

White with #85B9DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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