Html Css Color HEX #85AAF1 Jordy Blue

📋 copy color: '#85AAF1'

red 133 ◦ green 170 ◦ blue 241

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

Shades of Jordy Blue #85AAF1

Tints of Jordy Blue #85AAF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 44.3%

R = 24.45%
G = 31.25%
B = 44.3%

CMYK

 C value IS 0.45

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#85AAF1 (or 0x85AAF1) is known color: Jordy Blue. HEX triplet: 85, AA and F1. RGB value is (133,170,241). Sum of RGB (Red+Green+Blue) = 133+170+241=544 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.45% from 544); Green value is 170 (66.80% from 255 or 31.25% from 544); Blue value is 241 (94.53% from 255 or 44.30% from 544); Max value from RGB is 241 - color contains mainly: blue. Hex color #85AAF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #85AAF1 is #7A550E. Grayscale: #A6A6A6. Windows color (decimal): -8017167 or 15837829. OLE color: 15837829.

HSL color Cylindrical-coordinate representation of color #85AAF1: hue angle of 219.44º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85AAF1 is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 133 170 241 -
CMYK 0.45 0.29 0 0.05
HSL 219.44º 0.79% 0.73% -
HSV(B) 219.44º 0.45% 0.95% -
XYZ 39.92 40.09 88.85 -
YUV 167.03 169.74 103.73 -
System Red Green Blue C M Y K H S L
Decimal 133 170 241 0.45 0.29 0 0.05 219.44 0.79 0.73
Hex 85 AA F1 2D 1D 0 5 DB 4F 49
Octal 205 252 361 55 35 0 5 333 117 111
Binary 10000101 10101010 11110001 101101 11101 0 101 11011011 1001111 1001001

Color Harmonies of #85AAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AAF1

Black with #85AAF1

Text Example


Text Example

White with #85AAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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