Html Css Color HEX #85A6FF Jordy Blue

📋 copy color: '#85A6FF'

red 133 ◦ green 166 ◦ blue 255

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

Shades of Jordy Blue #85A6FF

Tints of Jordy Blue #85A6FF

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.96%

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

R = 24.01%
G = 29.96%
B = 46.03%

CMYK

 C value IS 0.48

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#85A6FF (or 0x85A6FF) is known color: Jordy Blue. HEX triplet: 85, A6 and FF. RGB value is (133,166,255). Sum of RGB (Red+Green+Blue) = 133+166+255=554 (73% of max value = 765). Red value is 133 (52.34% from 255 or 24.01% from 554); Green value is 166 (65.23% from 255 or 29.96% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #85A6FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #85A6FF is #7A5900. Grayscale: #A5A5A5. Windows color (decimal): -8018177 or 16754309. OLE color: 16754309.

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

Color convert

RGB 133 166 255 -
CMYK 0.48 0.35 0 0
HSL 223.77º 1% 0.76% -
HSV(B) 223.77º 0.48% 1% -
XYZ 41.36 39.48 100.05 -
YUV 166.28 178.07 104.26 -
System Red Green Blue C M Y K H S L
Decimal 133 166 255 0.48 0.35 0 0 223.77 1 0.76
Hex 85 A6 FF 30 23 0 0 E0 64 4C
Octal 205 246 377 60 43 0 0 340 144 114
Binary 10000101 10100110 11111111 110000 100011 0 0 11100000 1100100 1001100

Color Harmonies of #85A6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A6FF

Black with #85A6FF

Text Example


Text Example

White with #85A6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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