Html Css Color HEX #85AAFE Jordy Blue

📋 copy color: '#85AAFE'

red 133 ◦ green 170 ◦ blue 254

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

Shades of Jordy Blue #85AAFE

Tints of Jordy Blue #85AAFE

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.52%

 BLUE value IS 254 (99.61% from 255) = 45.6%

R = 23.88%
G = 30.52%
B = 45.6%

CMYK

 C value IS 0.48

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#85AAFE (or 0x85AAFE) is known color: Jordy Blue. HEX triplet: 85, AA and FE. RGB value is (133,170,254). Sum of RGB (Red+Green+Blue) = 133+170+254=557 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.88% from 557); Green value is 170 (66.80% from 255 or 30.52% from 557); Blue value is 254 (99.61% from 255 or 45.60% from 557); Max value from RGB is 254 - color contains mainly: blue. Hex color #85AAFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #85AAFE is #7A5501. Grayscale: #A8A8A8. Windows color (decimal): -8017154 or 16689797. OLE color: 16689797.

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

Color convert

RGB 133 170 254 -
CMYK 0.48 0.33 0 0.00
HSL 221.65º 0.98% 0.76% -
HSV(B) 221.65º 0.48% 1% -
XYZ 41.94 40.89 99.45 -
YUV 168.51 176.24 102.67 -
System Red Green Blue C M Y K H S L
Decimal 133 170 254 0.48 0.33 0 0.00 221.65 0.98 0.76
Hex 85 AA FE 30 21 0 0 DE 62 4C
Octal 205 252 376 60 41 0 0 336 142 114
Binary 10000101 10101010 11111110 110000 100001 0 0 11011110 1100010 1001100

Color Harmonies of #85AAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AAFE

Black with #85AAFE

Text Example


Text Example

White with #85AAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,170,254); }

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

background-color css

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

 a { background-color: rgb(133,170,254); }

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

border-color css

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

 span { border-color: rgb(133,170,254); }

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