Html Css Color HEX #86ADDA Jordy Blue

📋 copy color: '#86ADDA'

red 134 ◦ green 173 ◦ blue 218

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

Shades of Jordy Blue #86ADDA

Tints of Jordy Blue #86ADDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.52%

R = 25.52%
G = 32.95%
B = 41.52%

CMYK

 C value IS 0.39

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#86ADDA (or 0x86ADDA) is known color: Jordy Blue. HEX triplet: 86, AD and DA. RGB value is (134,173,218). Sum of RGB (Red+Green+Blue) = 134+173+218=525 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.52% from 525); Green value is 173 (67.97% from 255 or 32.95% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 218 - color contains mainly: blue. Hex color #86ADDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86ADDA is #795225. Grayscale: #A6A6A6. Windows color (decimal): -7950886 or 14331270. OLE color: 14331270.

HSL color Cylindrical-coordinate representation of color #86ADDA: hue angle of 212.14º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86ADDA is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 134 173 218 -
CMYK 0.39 0.21 0 0.15
HSL 212.14º 0.53% 0.69% -
HSV(B) 212.14º 0.39% 0.85% -
XYZ 37.43 40.02 72.08 -
YUV 166.47 157.08 104.84 -
System Red Green Blue C M Y K H S L
Decimal 134 173 218 0.39 0.21 0 0.15 212.14 0.53 0.69
Hex 86 AD DA 27 15 0 F D4 35 45
Octal 206 255 332 47 25 0 17 324 65 105
Binary 10000110 10101101 11011010 100111 10101 0 1111 11010100 110101 1000101

Color Harmonies of #86ADDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86ADDA

Black with #86ADDA

Text Example


Text Example

White with #86ADDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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