Html Css Color HEX #85B7F0 Jordy Blue

📋 copy color: '#85B7F0'

red 133 ◦ green 183 ◦ blue 240

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

Shades of Jordy Blue #85B7F0

Tints of Jordy Blue #85B7F0

RGB

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

 GREEN value IS 183 (71.88% from 255) = 32.91%

 BLUE value IS 240 (94.14% from 255) = 43.17%

R = 23.92%
G = 32.91%
B = 43.17%

CMYK

 C value IS 0.45

 M value IS 0.24

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#85B7F0 (or 0x85B7F0) is known color: Jordy Blue. HEX triplet: 85, B7 and F0. RGB value is (133,183,240). Sum of RGB (Red+Green+Blue) = 133+183+240=556 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.92% from 556); Green value is 183 (71.88% from 255 or 32.91% from 556); Blue value is 240 (94.14% from 255 or 43.17% from 556); Max value from RGB is 240 - color contains mainly: blue. Hex color #85B7F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85B7F0 is #7A480F. Grayscale: #AEAEAE. Windows color (decimal): -8013840 or 15775621. OLE color: 15775621.

HSL color Cylindrical-coordinate representation of color #85B7F0: hue angle of 211.96º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85B7F0 is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 133 183 240 -
CMYK 0.45 0.24 0 0.06
HSL 211.96º 0.78% 0.73% -
HSV(B) 211.96º 0.45% 0.94% -
XYZ 42.33 45.14 88.92 -
YUV 174.55 164.94 98.37 -
System Red Green Blue C M Y K H S L
Decimal 133 183 240 0.45 0.24 0 0.06 211.96 0.78 0.73
Hex 85 B7 F0 2D 18 0 6 D4 4E 49
Octal 205 267 360 55 30 0 6 324 116 111
Binary 10000101 10110111 11110000 101101 11000 0 110 11010100 1001110 1001001

Color Harmonies of #85B7F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B7F0

Black with #85B7F0

Text Example


Text Example

White with #85B7F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,183,240); }

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

background-color css

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

 a { background-color: rgb(133,183,240); }

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

border-color css

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

 span { border-color: rgb(133,183,240); }

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