Html Css Color HEX #86ADF0 Jordy Blue

📋 copy color: '#86ADF0'

red 134 ◦ green 173 ◦ blue 240

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

Shades of Jordy Blue #86ADF0

Tints of Jordy Blue #86ADF0

RGB

 RED value IS 134 (52.73% from 255) = 24.5%

 GREEN value IS 173 (67.97% from 255) = 31.63%

 BLUE value IS 240 (94.14% from 255) = 43.88%

R = 24.5%
G = 31.63%
B = 43.88%

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

#86ADF0 (or 0x86ADF0) is known color: Jordy Blue. HEX triplet: 86, AD and F0. RGB value is (134,173,240). Sum of RGB (Red+Green+Blue) = 134+173+240=547 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.50% from 547); Green value is 173 (67.97% from 255 or 31.63% from 547); Blue value is 240 (94.14% from 255 or 43.88% from 547); Max value from RGB is 240 - color contains mainly: blue. Hex color #86ADF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86ADF0 is #79520F. Grayscale: #A8A8A8. Windows color (decimal): -7950864 or 15773062. OLE color: 15773062.

HSL color Cylindrical-coordinate representation of color #86ADF0: hue angle of 217.92º degrees, saturation: 0.78, 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 #86ADF0 is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 134 173 240 -
CMYK 0.44 0.28 0 0.06
HSL 217.92º 0.78% 0.73% -
HSV(B) 217.92º 0.44% 0.94% -
XYZ 40.5 41.25 88.26 -
YUV 168.98 168.08 103.05 -
System Red Green Blue C M Y K H S L
Decimal 134 173 240 0.44 0.28 0 0.06 217.92 0.78 0.73
Hex 86 AD F0 2C 1C 0 6 DA 4E 49
Octal 206 255 360 54 34 0 6 332 116 111
Binary 10000110 10101101 11110000 101100 11100 0 110 11011010 1001110 1001001

Color Harmonies of #86ADF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86ADF0

Black with #86ADF0

Text Example


Text Example

White with #86ADF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86ADF0; }

 p { color: rgb(134,173,240); }

 H1.HeaderClassName
 {
   color: #86ADF0;
 }
 .AnyTagClassName
 {
   color: #86ADF0;
 }
</style>

background-color css

<style>
 a { background-color: #86ADF0; }

 a { background-color: rgb(134,173,240); }

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

border-color css

<style>
 span { border-color: #86ADF0; }

 span { border-color: rgb(134,173,240); }

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