Html Css Color HEX #85ACFF Jordy Blue

📋 copy color: '#85ACFF'

red 133 ◦ green 172 ◦ blue 255

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

Shades of Jordy Blue #85ACFF

Tints of Jordy Blue #85ACFF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.71%

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

R = 23.75%
G = 30.71%
B = 45.54%

CMYK

 C value IS 0.48

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#85ACFF (or 0x85ACFF) is known color: Jordy Blue. HEX triplet: 85, AC and FF. RGB value is (133,172,255). Sum of RGB (Red+Green+Blue) = 133+172+255=560 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.75% from 560); Green value is 172 (67.58% from 255 or 30.71% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #85ACFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #85ACFF is #7A5300. Grayscale: #A9A9A9. Windows color (decimal): -8016641 or 16755845. OLE color: 16755845.

HSL color Cylindrical-coordinate representation of color #85ACFF: hue angle of 220.82º 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 #85ACFF is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 133 172 255 -
CMYK 0.48 0.33 0 0
HSL 220.82º 1% 0.76% -
HSV(B) 220.82º 0.48% 1% -
XYZ 42.48 41.71 100.42 -
YUV 169.8 176.08 101.75 -
System Red Green Blue C M Y K H S L
Decimal 133 172 255 0.48 0.33 0 0 220.82 1 0.76
Hex 85 AC FF 30 21 0 0 DD 64 4C
Octal 205 254 377 60 41 0 0 335 144 114
Binary 10000101 10101100 11111111 110000 100001 0 0 11011101 1100100 1001100

Color Harmonies of #85ACFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85ACFF

Black with #85ACFF

Text Example


Text Example

White with #85ACFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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