Html Css Color HEX #85B0EE Jordy Blue

📋 copy color: '#85B0EE'

red 133 ◦ green 176 ◦ blue 238

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

Shades of Jordy Blue #85B0EE

Tints of Jordy Blue #85B0EE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32.18%

 BLUE value IS 238 (93.36% from 255) = 43.51%

R = 24.31%
G = 32.18%
B = 43.51%

CMYK

 C value IS 0.44

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#85B0EE (or 0x85B0EE) is known color: Jordy Blue. HEX triplet: 85, B0 and EE. RGB value is (133,176,238). Sum of RGB (Red+Green+Blue) = 133+176+238=547 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.31% from 547); Green value is 176 (69.14% from 255 or 32.18% from 547); Blue value is 238 (93.36% from 255 or 43.51% from 547); Max value from RGB is 238 - color contains mainly: blue. Hex color #85B0EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #85B0EE is #7A4F11. Grayscale: #A9A9A9. Windows color (decimal): -8015634 or 15642757. OLE color: 15642757.

HSL color Cylindrical-coordinate representation of color #85B0EE: hue angle of 215.43º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85B0EE is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 176 238 -
CMYK 0.44 0.26 0 0.07
HSL 215.43º 0.76% 0.73% -
HSV(B) 215.43º 0.44% 0.93% -
XYZ 40.63 42.21 86.89 -
YUV 170.21 166.25 101.46 -
System Red Green Blue C M Y K H S L
Decimal 133 176 238 0.44 0.26 0 0.07 215.43 0.76 0.73
Hex 85 B0 EE 2C 1A 0 7 D7 4C 49
Octal 205 260 356 54 32 0 7 327 114 111
Binary 10000101 10110000 11101110 101100 11010 0 111 11010111 1001100 1001001

Color Harmonies of #85B0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B0EE

Black with #85B0EE

Text Example


Text Example

White with #85B0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,176,238); }

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

background-color css

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

 a { background-color: rgb(133,176,238); }

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

border-color css

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

 span { border-color: rgb(133,176,238); }

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