Html Css Color HEX #86AAFD Jordy Blue

📋 copy color: '#86AAFD'

red 134 ◦ green 170 ◦ blue 253

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

Shades of Jordy Blue #86AAFD

Tints of Jordy Blue #86AAFD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.52%

 BLUE value IS 253 (99.22% from 255) = 45.42%

R = 24.06%
G = 30.52%
B = 45.42%

CMYK

 C value IS 0.47

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#86AAFD (or 0x86AAFD) is known color: Jordy Blue. HEX triplet: 86, AA and FD. RGB value is (134,170,253). Sum of RGB (Red+Green+Blue) = 134+170+253=557 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.06% from 557); Green value is 170 (66.80% from 255 or 30.52% from 557); Blue value is 253 (99.22% from 255 or 45.42% from 557); Max value from RGB is 253 - color contains mainly: blue. Hex color #86AAFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86AAFD is #795502. Grayscale: #A8A8A8. Windows color (decimal): -7951619 or 16624262. OLE color: 16624262.

HSL color Cylindrical-coordinate representation of color #86AAFD: hue angle of 221.85º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86AAFD is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 134 170 253 -
CMYK 0.47 0.33 0 0.01
HSL 221.85º 0.97% 0.76% -
HSV(B) 221.85º 0.47% 0.99% -
XYZ 41.94 40.91 98.61 -
YUV 168.7 175.57 103.25 -
System Red Green Blue C M Y K H S L
Decimal 134 170 253 0.47 0.33 0 0.01 221.85 0.97 0.76
Hex 86 AA FD 2F 21 0 1 DE 61 4C
Octal 206 252 375 57 41 0 1 336 141 114
Binary 10000110 10101010 11111101 101111 100001 0 1 11011110 1100001 1001100

Color Harmonies of #86AAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AAFD

Black with #86AAFD

Text Example


Text Example

White with #86AAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,170,253); }

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

background-color css

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

 a { background-color: rgb(134,170,253); }

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

border-color css

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

 span { border-color: rgb(134,170,253); }

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