Html Css Color HEX #88ABDC Jordy Blue

📋 copy color: '#88ABDC'

red 136 ◦ green 171 ◦ blue 220

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

Shades of Jordy Blue #88ABDC

Tints of Jordy Blue #88ABDC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.45%

 BLUE value IS 220 (86.33% from 255) = 41.75%

R = 25.81%
G = 32.45%
B = 41.75%

CMYK

 C value IS 0.38

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#88ABDC (or 0x88ABDC) is known color: Jordy Blue. HEX triplet: 88, AB and DC. RGB value is (136,171,220). Sum of RGB (Red+Green+Blue) = 136+171+220=527 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.81% from 527); Green value is 171 (67.19% from 255 or 32.45% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 220 - color contains mainly: blue. Hex color #88ABDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88ABDC is #775423. Grayscale: #A5A5A5. Windows color (decimal): -7820324 or 14461832. OLE color: 14461832.

HSL color Cylindrical-coordinate representation of color #88ABDC: hue angle of 215º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88ABDC is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 136 171 220 -
CMYK 0.38 0.22 0 0.14
HSL 215º 0.55% 0.7% -
HSV(B) 215º 0.38% 0.86% -
XYZ 37.63 39.53 73.36 -
YUV 166.12 158.4 106.52 -
System Red Green Blue C M Y K H S L
Decimal 136 171 220 0.38 0.22 0 0.14 215 0.55 0.7
Hex 88 AB DC 26 16 0 E D7 37 46
Octal 210 253 334 46 26 0 16 327 67 106
Binary 10001000 10101011 11011100 100110 10110 0 1110 11010111 110111 1000110

Color Harmonies of #88ABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88ABDC

Black with #88ABDC

Text Example


Text Example

White with #88ABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,171,220); }

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

background-color css

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

 a { background-color: rgb(136,171,220); }

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

border-color css

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

 span { border-color: rgb(136,171,220); }

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