Html Css Color HEX #85B2D7 Jordy Blue

📋 copy color: '#85B2D7'

red 133 ◦ green 178 ◦ blue 215

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

Shades of Jordy Blue #85B2D7

Tints of Jordy Blue #85B2D7

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.84%

 BLUE value IS 215 (84.38% from 255) = 40.87%

R = 25.29%
G = 33.84%
B = 40.87%

CMYK

 C value IS 0.38

 M value IS 0.17

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#85B2D7 (or 0x85B2D7) is known color: Jordy Blue. HEX triplet: 85, B2 and D7. RGB value is (133,178,215). Sum of RGB (Red+Green+Blue) = 133+178+215=526 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.29% from 526); Green value is 178 (69.92% from 255 or 33.84% from 526); Blue value is 215 (84.38% from 255 or 40.87% from 526); Max value from RGB is 215 - color contains mainly: blue. Hex color #85B2D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85B2D7 is #7A4D28. Grayscale: #A8A8A8. Windows color (decimal): -8015145 or 14135941. OLE color: 14135941.

HSL color Cylindrical-coordinate representation of color #85B2D7: hue angle of 207.07º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85B2D7 is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 133 178 215 -
CMYK 0.38 0.17 0 0.16
HSL 207.07º 0.51% 0.68% -
HSV(B) 207.07º 0.38% 0.84% -
XYZ 37.86 41.73 70.35 -
YUV 168.76 154.09 102.49 -
System Red Green Blue C M Y K H S L
Decimal 133 178 215 0.38 0.17 0 0.16 207.07 0.51 0.68
Hex 85 B2 D7 26 11 0 10 CF 33 44
Octal 205 262 327 46 21 0 20 317 63 104
Binary 10000101 10110010 11010111 100110 10001 0 10000 11001111 110011 1000100

Color Harmonies of #85B2D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B2D7

Black with #85B2D7

Text Example


Text Example

White with #85B2D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,178,215); }

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

background-color css

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

 a { background-color: rgb(133,178,215); }

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

border-color css

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

 span { border-color: rgb(133,178,215); }

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