#88AFDB

Color #88AFDB Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #88AFDB

Tints of Jordy Blue #88AFDB

Color information

#88AFDB (or 0x88AFDB) is unknown color: approx Jordy Blue. HEX triplet: 88, AF and DB. RGB value is (136,175,219). Sum of RGB (Red+Green+Blue) = 136+175+219=530 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.66% from 530); Green value is 175 (68.75% from 255 or 33.02% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #88AFDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88AFDB is #775024. Grayscale: #A8A8A8. Windows color (decimal): -7819301 or 14397320. OLE color: 14397320.

HSL color Cylindrical-coordinate representation of color #88AFDB: hue angle of 211.81º degrees, saturation: 0.54, 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 #88AFDB is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB136175219-
CMYK0.380.2000.14
HSL211.81º53.55%69.61%-
HSV(B)211.81º37.9%85.88%-
XYZ38.2741.0172.92-
YUV168.36156.58104.92-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.66%
GREEN value IS 175 (68.75% from 255) = 33.02%
BLUE value IS 219 (85.94% from 255) = 41.32%
R=25.66%
G=33.02%
B=41.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1361752190.380.2000.14211.8153.5569.61
Hex88AFDB26140Ed43646
Octal210257333462401632466106
Binary1000100010101111110110111001101010001110110101001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,175,219); }

 H1.HeaderClassName
 {
   color: #88AFDB;
 }
 .AnyTagClassName
 {
   color: #88AFDB;
 }
</style>
background-color css

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

 a { background-color: rgb(136,175,219); }

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

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

 span { border-color: rgb(136,175,219); }

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