Html Css Color HEX #85A8FF Jordy Blue

📋 copy color: '#85A8FF'

red 133 ◦ green 168 ◦ blue 255

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

Shades of Jordy Blue #85A8FF

Tints of Jordy Blue #85A8FF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.22%

 BLUE value IS 255 (100% from 255) = 45.86%

R = 23.92%
G = 30.22%
B = 45.86%

CMYK

 C value IS 0.48

 M value IS 0.34

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#85A8FF (or 0x85A8FF) is known color: Jordy Blue. HEX triplet: 85, A8 and FF. RGB value is (133,168,255). Sum of RGB (Red+Green+Blue) = 133+168+255=556 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.92% from 556); Green value is 168 (66.02% from 255 or 30.22% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #85A8FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #85A8FF is #7A5700. Grayscale: #A7A7A7. Windows color (decimal): -8017665 or 16754821. OLE color: 16754821.

HSL color Cylindrical-coordinate representation of color #85A8FF: hue angle of 222.79º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85A8FF is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 133 168 255 -
CMYK 0.48 0.34 0 0
HSL 222.79º 1% 0.76% -
HSV(B) 222.79º 0.48% 1% -
XYZ 41.73 40.21 100.17 -
YUV 167.45 177.4 103.43 -
System Red Green Blue C M Y K H S L
Decimal 133 168 255 0.48 0.34 0 0 222.79 1 0.76
Hex 85 A8 FF 30 22 0 0 DF 64 4C
Octal 205 250 377 60 42 0 0 337 144 114
Binary 10000101 10101000 11111111 110000 100010 0 0 11011111 1100100 1001100

Color Harmonies of #85A8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A8FF

Black with #85A8FF

Text Example


Text Example

White with #85A8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,168,255); }

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

background-color css

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

 a { background-color: rgb(133,168,255); }

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

border-color css

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

 span { border-color: rgb(133,168,255); }

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