Html Css Color HEX #85B5DC Jordy Blue

📋 copy color: '#85B5DC'

red 133 ◦ green 181 ◦ blue 220

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

Shades of Jordy Blue #85B5DC

Tints of Jordy Blue #85B5DC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.9%

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

R = 24.91%
G = 33.9%
B = 41.2%

CMYK

 C value IS 0.40

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#85B5DC (or 0x85B5DC) is known color: Jordy Blue. HEX triplet: 85, B5 and DC. RGB value is (133,181,220). Sum of RGB (Red+Green+Blue) = 133+181+220=534 (70% of max value = 765). Red value is 133 (52.34% from 255 or 24.91% from 534); Green value is 181 (71.09% from 255 or 33.90% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 220 - color contains mainly: blue. Hex color #85B5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85B5DC is #7A4A23. Grayscale: #AAAAAA. Windows color (decimal): -8014372 or 14464389. OLE color: 14464389.

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

Color convert

RGB 133 181 220 -
CMYK 0.40 0.18 0 0.14
HSL 206.9º 0.55% 0.69% -
HSV(B) 206.9º 0.4% 0.86% -
XYZ 39.12 43.2 73.99 -
YUV 171.09 155.6 100.83 -
System Red Green Blue C M Y K H S L
Decimal 133 181 220 0.40 0.18 0 0.14 206.9 0.55 0.69
Hex 85 B5 DC 28 12 0 E CF 37 45
Octal 205 265 334 50 22 0 16 317 67 105
Binary 10000101 10110101 11011100 101000 10010 0 1110 11001111 110111 1000101

Color Harmonies of #85B5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B5DC

Black with #85B5DC

Text Example


Text Example

White with #85B5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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