Html Css Color HEX #86ADDF Jordy Blue

📋 copy color: '#86ADDF'

red 134 ◦ green 173 ◦ blue 223

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

Shades of Jordy Blue #86ADDF

Tints of Jordy Blue #86ADDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.08%

R = 25.28%
G = 32.64%
B = 42.08%

CMYK

 C value IS 0.40

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#86ADDF (or 0x86ADDF) is known color: Jordy Blue. HEX triplet: 86, AD and DF. RGB value is (134,173,223). Sum of RGB (Red+Green+Blue) = 134+173+223=530 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.28% from 530); Green value is 173 (67.97% from 255 or 32.64% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #86ADDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86ADDF is #795220. Grayscale: #A6A6A6. Windows color (decimal): -7950881 or 14658950. OLE color: 14658950.

HSL color Cylindrical-coordinate representation of color #86ADDF: hue angle of 213.71º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86ADDF is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 134 173 223 -
CMYK 0.40 0.22 0 0.13
HSL 213.71º 0.58% 0.7% -
HSV(B) 213.71º 0.4% 0.87% -
XYZ 38.09 40.28 75.58 -
YUV 167.04 159.58 104.43 -
System Red Green Blue C M Y K H S L
Decimal 134 173 223 0.40 0.22 0 0.13 213.71 0.58 0.7
Hex 86 AD DF 28 16 0 D D6 3A 46
Octal 206 255 337 50 26 0 15 326 72 106
Binary 10000110 10101101 11011111 101000 10110 0 1101 11010110 111010 1000110

Color Harmonies of #86ADDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86ADDF

Black with #86ADDF

Text Example


Text Example

White with #86ADDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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