Html Css Color HEX #88ADDD Jordy Blue

📋 copy color: '#88ADDD'

red 136 ◦ green 173 ◦ blue 221

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

Shades of Jordy Blue #88ADDD

Tints of Jordy Blue #88ADDD

RGB

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

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

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

R = 25.66%
G = 32.64%
B = 41.7%

CMYK

 C value IS 0.38

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#88ADDD (or 0x88ADDD) is known color: Jordy Blue. HEX triplet: 88, AD and DD. RGB value is (136,173,221). Sum of RGB (Red+Green+Blue) = 136+173+221=530 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.66% from 530); Green value is 173 (67.97% from 255 or 32.64% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #88ADDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88ADDD is #775222. Grayscale: #A7A7A7. Windows color (decimal): -7819811 or 14527880. OLE color: 14527880.

HSL color Cylindrical-coordinate representation of color #88ADDD: hue angle of 213.88º 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 #88ADDD is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 136 173 221 -
CMYK 0.38 0.22 0 0.13
HSL 213.88º 0.56% 0.7% -
HSV(B) 213.88º 0.38% 0.87% -
XYZ 38.15 40.34 74.18 -
YUV 167.41 158.24 105.6 -
System Red Green Blue C M Y K H S L
Decimal 136 173 221 0.38 0.22 0 0.13 213.88 0.56 0.7
Hex 88 AD DD 26 16 0 D D6 38 46
Octal 210 255 335 46 26 0 15 326 70 106
Binary 10001000 10101101 11011101 100110 10110 0 1101 11010110 111000 1000110

Color Harmonies of #88ADDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88ADDD

Black with #88ADDD

Text Example


Text Example

White with #88ADDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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