Html Css Color HEX #87A3F5 Jordy Blue

📋 copy color: '#87A3F5'

red 135 ◦ green 163 ◦ blue 245

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

Shades of Jordy Blue #87A3F5

Tints of Jordy Blue #87A3F5

RGB

 RED value IS 135 (53.13% from 255) = 24.86%

 GREEN value IS 163 (64.06% from 255) = 30.02%

 BLUE value IS 245 (96.09% from 255) = 45.12%

R = 24.86%
G = 30.02%
B = 45.12%

CMYK

 C value IS 0.45

 M value IS 0.33

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#87A3F5 (or 0x87A3F5) is known color: Jordy Blue. HEX triplet: 87, A3 and F5. RGB value is (135,163,245). Sum of RGB (Red+Green+Blue) = 135+163+245=543 (71% of max value = 765). Red value is 135 (53.12% from 255 or 24.86% from 543); Green value is 163 (64.06% from 255 or 30.02% from 543); Blue value is 245 (96.09% from 255 or 45.12% from 543); Max value from RGB is 245 - color contains mainly: blue. Hex color #87A3F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87A3F5 is #785C0A. Grayscale: #A3A3A3. Windows color (decimal): -7887883 or 16098183. OLE color: 16098183.

HSL color Cylindrical-coordinate representation of color #87A3F5: hue angle of 224.73º degrees, saturation: 0.85, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #87A3F5 is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 135 163 245 -
CMYK 0.45 0.33 0 0.04
HSL 224.73º 0.85% 0.75% -
HSV(B) 224.73º 0.45% 0.96% -
XYZ 39.57 37.94 91.62 -
YUV 163.98 173.72 107.33 -
System Red Green Blue C M Y K H S L
Decimal 135 163 245 0.45 0.33 0 0.04 224.73 0.85 0.75
Hex 87 A3 F5 2D 21 0 4 E1 55 4B
Octal 207 243 365 55 41 0 4 341 125 113
Binary 10000111 10100011 11110101 101101 100001 0 100 11100001 1010101 1001011

Color Harmonies of #87A3F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87A3F5

Black with #87A3F5

Text Example


Text Example

White with #87A3F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87A3F5; }

 p { color: rgb(135,163,245); }

 H1.HeaderClassName
 {
   color: #87A3F5;
 }
 .AnyTagClassName
 {
   color: #87A3F5;
 }
</style>

background-color css

<style>
 a { background-color: #87A3F5; }

 a { background-color: rgb(135,163,245); }

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

border-color css

<style>
 span { border-color: #87A3F5; }

 span { border-color: rgb(135,163,245); }

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