Html Css Color HEX #88A7DD Jordy Blue

📋 copy color: '#88A7DD'

red 136 ◦ green 167 ◦ blue 221

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

Shades of Jordy Blue #88A7DD

Tints of Jordy Blue #88A7DD

RGB

 RED value IS 136 (53.52% from 255) = 25.95%

 GREEN value IS 167 (65.63% from 255) = 31.87%

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

R = 25.95%
G = 31.87%
B = 42.18%

CMYK

 C value IS 0.38

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#88A7DD (or 0x88A7DD) is known color: Jordy Blue. HEX triplet: 88, A7 and DD. RGB value is (136,167,221). Sum of RGB (Red+Green+Blue) = 136+167+221=524 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.95% from 524); Green value is 167 (65.62% from 255 or 31.87% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #88A7DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A7DD is #775822. Grayscale: #A3A3A3. Windows color (decimal): -7821347 or 14526344. OLE color: 14526344.

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

Color convert

RGB 136 167 221 -
CMYK 0.38 0.24 0 0.13
HSL 218.12º 0.56% 0.7% -
HSV(B) 218.12º 0.38% 0.87% -
XYZ 37.02 38.09 73.81 -
YUV 163.89 160.23 108.11 -
System Red Green Blue C M Y K H S L
Decimal 136 167 221 0.38 0.24 0 0.13 218.12 0.56 0.7
Hex 88 A7 DD 26 18 0 D DA 38 46
Octal 210 247 335 46 30 0 15 332 70 106
Binary 10001000 10100111 11011101 100110 11000 0 1101 11011010 111000 1000110

Color Harmonies of #88A7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A7DD

Black with #88A7DD

Text Example


Text Example

White with #88A7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88A7DD; }

 p { color: rgb(136,167,221); }

 H1.HeaderClassName
 {
   color: #88A7DD;
 }
 .AnyTagClassName
 {
   color: #88A7DD;
 }
</style>

background-color css

<style>
 a { background-color: #88A7DD; }

 a { background-color: rgb(136,167,221); }

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

border-color css

<style>
 span { border-color: #88A7DD; }

 span { border-color: rgb(136,167,221); }

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