#88AFED

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

Shades of Jordy Blue #88AFED

Tints of Jordy Blue #88AFED

Color information

#88AFED (or 0x88AFED) is unknown color: approx Jordy Blue. HEX triplet: 88, AF and ED. RGB value is (136,175,237). Sum of RGB (Red+Green+Blue) = 136+175+237=548 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.82% from 548); Green value is 175 (68.75% from 255 or 31.93% from 548); Blue value is 237 (92.97% from 255 or 43.25% from 548); Max value from RGB is 237 - color contains mainly: blue. Hex color #88AFED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88AFED is #775012. Grayscale: #AAAAAA. Windows color (decimal): -7819283 or 15576968. OLE color: 15576968.

HSL color Cylindrical-coordinate representation of color #88AFED: hue angle of 216.83º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #88AFED is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB136175237-
CMYK0.430.2600.07
HSL216.83º73.72%73.14%-
HSV(B)216.83º42.62%92.94%-
XYZ40.7742.0186.08-
YUV170.41165.58103.46-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.82%
GREEN value IS 175 (68.75% from 255) = 31.93%
BLUE value IS 237 (92.97% from 255) = 43.25%
R=24.82%
G=31.93%
B=43.25%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1361752370.430.2600.07216.8373.7273.14
Hex88AFED2B1A07d94a49
Octal210257355533207331112111
Binary1000100010101111111011011010111101001111101100110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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