Html Css Color HEX #86BADF Jordy Blue

📋 copy color: '#86BADF'

red 134 ◦ green 186 ◦ blue 223

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

Shades of Jordy Blue #86BADF

Tints of Jordy Blue #86BADF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.25%

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

R = 24.68%
G = 34.25%
B = 41.07%

CMYK

 C value IS 0.40

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#86BADF (or 0x86BADF) is known color: Jordy Blue. HEX triplet: 86, BA and DF. RGB value is (134,186,223). Sum of RGB (Red+Green+Blue) = 134+186+223=543 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.68% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #86BADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BADF is #794520. Grayscale: #AEAEAE. Windows color (decimal): -7947553 or 14662278. OLE color: 14662278.

HSL color Cylindrical-coordinate representation of color #86BADF: hue angle of 204.94º 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 #86BADF is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 134 186 223 -
CMYK 0.40 0.17 0 0.13
HSL 204.94º 0.58% 0.7% -
HSV(B) 204.94º 0.4% 0.87% -
XYZ 40.71 45.51 76.45 -
YUV 174.67 155.27 98.99 -
System Red Green Blue C M Y K H S L
Decimal 134 186 223 0.40 0.17 0 0.13 204.94 0.58 0.7
Hex 86 BA DF 28 11 0 D CD 3A 46
Octal 206 272 337 50 21 0 15 315 72 106
Binary 10000110 10111010 11011111 101000 10001 0 1101 11001101 111010 1000110

Color Harmonies of #86BADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BADF

Black with #86BADF

Text Example


Text Example

White with #86BADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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