Html Css Color HEX #85ABFE Jordy Blue

📋 copy color: '#85ABFE'

red 133 ◦ green 171 ◦ blue 254

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

Shades of Jordy Blue #85ABFE

Tints of Jordy Blue #85ABFE

RGB

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

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

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

R = 23.84%
G = 30.65%
B = 45.52%

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

#85ABFE (or 0x85ABFE) is known color: Jordy Blue. HEX triplet: 85, AB and FE. RGB value is (133,171,254). Sum of RGB (Red+Green+Blue) = 133+171+254=558 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.84% from 558); Green value is 171 (67.19% from 255 or 30.65% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #85ABFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #85ABFE is #7A5401. Grayscale: #A8A8A8. Windows color (decimal): -8016898 or 16690053. OLE color: 16690053.

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

Color convert

RGB 133 171 254 -
CMYK 0.48 0.33 0 0.00
HSL 221.16º 0.98% 0.76% -
HSV(B) 221.16º 0.48% 1% -
XYZ 42.13 41.27 99.51 -
YUV 169.1 175.91 102.25 -
System Red Green Blue C M Y K H S L
Decimal 133 171 254 0.48 0.33 0 0.00 221.16 0.98 0.76
Hex 85 AB FE 30 21 0 0 DD 62 4C
Octal 205 253 376 60 41 0 0 335 142 114
Binary 10000101 10101011 11111110 110000 100001 0 0 11011101 1100010 1001100

Color Harmonies of #85ABFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85ABFE

Black with #85ABFE

Text Example


Text Example

White with #85ABFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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