Html Css Color HEX #86ADED Jordy Blue

📋 copy color: '#86ADED'

red 134 ◦ green 173 ◦ blue 237

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

Shades of Jordy Blue #86ADED

Tints of Jordy Blue #86ADED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.57%

R = 24.63%
G = 31.8%
B = 43.57%

CMYK

 C value IS 0.43

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#86ADED (or 0x86ADED) is known color: Jordy Blue. HEX triplet: 86, AD and ED. RGB value is (134,173,237). Sum of RGB (Red+Green+Blue) = 134+173+237=544 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.63% from 544); Green value is 173 (67.97% from 255 or 31.80% from 544); Blue value is 237 (92.97% from 255 or 43.57% from 544); Max value from RGB is 237 - color contains mainly: blue. Hex color #86ADED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86ADED is #795212. Grayscale: #A8A8A8. Windows color (decimal): -7950867 or 15576454. OLE color: 15576454.

HSL color Cylindrical-coordinate representation of color #86ADED: hue angle of 217.28º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86ADED is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 134 173 237 -
CMYK 0.43 0.27 0 0.07
HSL 217.28º 0.74% 0.73% -
HSV(B) 217.28º 0.43% 0.93% -
XYZ 40.06 41.07 85.94 -
YUV 168.64 166.58 103.3 -
System Red Green Blue C M Y K H S L
Decimal 134 173 237 0.43 0.27 0 0.07 217.28 0.74 0.73
Hex 86 AD ED 2B 1B 0 7 D9 4A 49
Octal 206 255 355 53 33 0 7 331 112 111
Binary 10000110 10101101 11101101 101011 11011 0 111 11011001 1001010 1001001

Color Harmonies of #86ADED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86ADED

Black with #86ADED

Text Example


Text Example

White with #86ADED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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