Html Css Color HEX #87ADDF Jordy Blue

📋 copy color: '#87ADDF'

red 135 ◦ green 173 ◦ blue 223

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

Shades of Jordy Blue #87ADDF

Tints of Jordy Blue #87ADDF

RGB

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

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

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

R = 25.42%
G = 32.58%
B = 42%

CMYK

 C value IS 0.39

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#87ADDF (or 0x87ADDF) is known color: Jordy Blue. HEX triplet: 87, AD and DF. RGB value is (135,173,223). Sum of RGB (Red+Green+Blue) = 135+173+223=531 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.42% from 531); Green value is 173 (67.97% from 255 or 32.58% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 223 - color contains mainly: blue. Hex color #87ADDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87ADDF is #785220. Grayscale: #A7A7A7. Windows color (decimal): -7885345 or 14658951. OLE color: 14658951.

HSL color Cylindrical-coordinate representation of color #87ADDF: hue angle of 214.09º degrees, saturation: 0.58, 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 #87ADDF is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 135 173 223 -
CMYK 0.39 0.22 0 0.13
HSL 214.09º 0.58% 0.7% -
HSV(B) 214.09º 0.39% 0.87% -
XYZ 38.25 40.37 75.59 -
YUV 167.34 159.41 104.93 -
System Red Green Blue C M Y K H S L
Decimal 135 173 223 0.39 0.22 0 0.13 214.09 0.58 0.7
Hex 87 AD DF 27 16 0 D D6 3A 46
Octal 207 255 337 47 26 0 15 326 72 106
Binary 10000111 10101101 11011111 100111 10110 0 1101 11010110 111010 1000110

Color Harmonies of #87ADDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87ADDF

Black with #87ADDF

Text Example


Text Example

White with #87ADDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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