Html Css Color HEX #85A8DF Jordy Blue

📋 copy color: '#85A8DF'

red 133 ◦ green 168 ◦ blue 223

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

Shades of Jordy Blue #85A8DF

Tints of Jordy Blue #85A8DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.56%

R = 25.38%
G = 32.06%
B = 42.56%

CMYK

 C value IS 0.40

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#85A8DF (or 0x85A8DF) is known color: Jordy Blue. HEX triplet: 85, A8 and DF. RGB value is (133,168,223). Sum of RGB (Red+Green+Blue) = 133+168+223=524 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.38% from 524); Green value is 168 (66.02% from 255 or 32.06% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 223 - color contains mainly: blue. Hex color #85A8DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A8DF is #7A5720. Grayscale: #A3A3A3. Windows color (decimal): -8017697 or 14657669. OLE color: 14657669.

HSL color Cylindrical-coordinate representation of color #85A8DF: hue angle of 216.67º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85A8DF is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 168 223 -
CMYK 0.40 0.25 0 0.13
HSL 216.67º 0.58% 0.7% -
HSV(B) 216.67º 0.4% 0.87% -
XYZ 36.99 38.32 75.26 -
YUV 163.81 161.4 106.03 -
System Red Green Blue C M Y K H S L
Decimal 133 168 223 0.40 0.25 0 0.13 216.67 0.58 0.7
Hex 85 A8 DF 28 19 0 D D9 3A 46
Octal 205 250 337 50 31 0 15 331 72 106
Binary 10000101 10101000 11011111 101000 11001 0 1101 11011001 111010 1000110

Color Harmonies of #85A8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A8DF

Black with #85A8DF

Text Example


Text Example

White with #85A8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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