Html Css Color HEX #85ABEF Jordy Blue

📋 copy color: '#85ABEF'

red 133 ◦ green 171 ◦ blue 239

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

Shades of Jordy Blue #85ABEF

Tints of Jordy Blue #85ABEF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.49%

 BLUE value IS 239 (93.75% from 255) = 44.01%

R = 24.49%
G = 31.49%
B = 44.01%

CMYK

 C value IS 0.44

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#85ABEF (or 0x85ABEF) is known color: Jordy Blue. HEX triplet: 85, AB and EF. RGB value is (133,171,239). Sum of RGB (Red+Green+Blue) = 133+171+239=543 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.49% from 543); Green value is 171 (67.19% from 255 or 31.49% from 543); Blue value is 239 (93.75% from 255 or 44.01% from 543); Max value from RGB is 239 - color contains mainly: blue. Hex color #85ABEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #85ABEF is #7A5410. Grayscale: #A7A7A7. Windows color (decimal): -8016913 or 15707013. OLE color: 15707013.

HSL color Cylindrical-coordinate representation of color #85ABEF: hue angle of 218.49º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85ABEF is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 133 171 239 -
CMYK 0.44 0.28 0 0.06
HSL 218.49º 0.77% 0.73% -
HSV(B) 218.49º 0.44% 0.94% -
XYZ 39.82 40.34 87.35 -
YUV 167.39 168.41 103.47 -
System Red Green Blue C M Y K H S L
Decimal 133 171 239 0.44 0.28 0 0.06 218.49 0.77 0.73
Hex 85 AB EF 2C 1C 0 6 DA 4D 49
Octal 205 253 357 54 34 0 6 332 115 111
Binary 10000101 10101011 11101111 101100 11100 0 110 11011010 1001101 1001001

Color Harmonies of #85ABEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85ABEF

Black with #85ABEF

Text Example


Text Example

White with #85ABEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,171,239); }

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

background-color css

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

 a { background-color: rgb(133,171,239); }

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

border-color css

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

 span { border-color: rgb(133,171,239); }

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