Html Css Color HEX #85ABEE Jordy Blue

📋 copy color: '#85ABEE'

red 133 ◦ green 171 ◦ blue 238

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

Shades of Jordy Blue #85ABEE

Tints of Jordy Blue #85ABEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.91%

R = 24.54%
G = 31.55%
B = 43.91%

CMYK

 C value IS 0.44

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#85ABEE (or 0x85ABEE) is known color: Jordy Blue. HEX triplet: 85, AB and EE. RGB value is (133,171,238). Sum of RGB (Red+Green+Blue) = 133+171+238=542 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.54% from 542); Green value is 171 (67.19% from 255 or 31.55% from 542); Blue value is 238 (93.36% from 255 or 43.91% from 542); Max value from RGB is 238 - color contains mainly: blue. Hex color #85ABEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #85ABEE is #7A5411. Grayscale: #A6A6A6. Windows color (decimal): -8016914 or 15641477. OLE color: 15641477.

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

Color convert

RGB 133 171 238 -
CMYK 0.44 0.28 0 0.07
HSL 218.29º 0.76% 0.73% -
HSV(B) 218.29º 0.44% 0.93% -
XYZ 39.67 40.29 86.57 -
YUV 167.28 167.91 103.55 -
System Red Green Blue C M Y K H S L
Decimal 133 171 238 0.44 0.28 0 0.07 218.29 0.76 0.73
Hex 85 AB EE 2C 1C 0 7 DA 4C 49
Octal 205 253 356 54 34 0 7 332 114 111
Binary 10000101 10101011 11101110 101100 11100 0 111 11011010 1001100 1001001

Color Harmonies of #85ABEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85ABEE

Black with #85ABEE

Text Example


Text Example

White with #85ABEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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