Html Css Color HEX #87AFDD Jordy Blue

📋 copy color: '#87AFDD'

red 135 ◦ green 175 ◦ blue 221

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

Shades of Jordy Blue #87AFDD

Tints of Jordy Blue #87AFDD

RGB

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

 GREEN value IS 175 (68.75% from 255) = 32.96%

 BLUE value IS 221 (86.72% from 255) = 41.62%

R = 25.42%
G = 32.96%
B = 41.62%

CMYK

 C value IS 0.39

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#87AFDD (or 0x87AFDD) is known color: Jordy Blue. HEX triplet: 87, AF and DD. RGB value is (135,175,221). Sum of RGB (Red+Green+Blue) = 135+175+221=531 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.42% from 531); Green value is 175 (68.75% from 255 or 32.96% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #87AFDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87AFDD is #785022. Grayscale: #A8A8A8. Windows color (decimal): -7884835 or 14528391. OLE color: 14528391.

HSL color Cylindrical-coordinate representation of color #87AFDD: hue angle of 212.09º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #87AFDD is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 135 175 221 -
CMYK 0.39 0.21 0 0.13
HSL 212.09º 0.56% 0.7% -
HSV(B) 212.09º 0.39% 0.87% -
XYZ 38.37 41.03 74.3 -
YUV 168.28 157.75 104.26 -
System Red Green Blue C M Y K H S L
Decimal 135 175 221 0.39 0.21 0 0.13 212.09 0.56 0.7
Hex 87 AF DD 27 15 0 D D4 38 46
Octal 207 257 335 47 25 0 15 324 70 106
Binary 10000111 10101111 11011101 100111 10101 0 1101 11010100 111000 1000110

Color Harmonies of #87AFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87AFDD

Black with #87AFDD

Text Example


Text Example

White with #87AFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,175,221); }

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

background-color css

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

 a { background-color: rgb(135,175,221); }

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

border-color css

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

 span { border-color: rgb(135,175,221); }

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