#88A6F3

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

Shades of Jordy Blue #88A6F3

Tints of Jordy Blue #88A6F3

Color information

#88A6F3 (or 0x88A6F3) is unknown color: approx Jordy Blue. HEX triplet: 88, A6 and F3. RGB value is (136,166,243). Sum of RGB (Red+Green+Blue) = 136+166+243=545 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.95% from 545); Green value is 166 (65.23% from 255 or 30.46% from 545); Blue value is 243 (95.31% from 255 or 44.59% from 545); Max value from RGB is 243 - color contains mainly: blue. Hex color #88A6F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88A6F3 is #77590C. Grayscale: #A5A5A5. Windows color (decimal): -7821581 or 15967880. OLE color: 15967880.

HSL color Cylindrical-coordinate representation of color #88A6F3: hue angle of 223.18º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #88A6F3 is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB136166243-
CMYK0.440.3200.05
HSL223.18º81.68%74.31%-
HSV(B)223.18º44.03%95.29%-
XYZ39.9738.9890.21-
YUV165.81171.56106.74-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.95%
GREEN value IS 166 (65.23% from 255) = 30.46%
BLUE value IS 243 (95.31% from 255) = 44.59%
R=24.95%
G=30.46%
B=44.59%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1361662430.440.3200.05223.1881.6874.31
Hex88A6F32C2005df524a
Octal210246363544005337122112
Binary10001000101001101111001110110010000001011101111110100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A6F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,166,243); }

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

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

 a { background-color: rgb(136,166,243); }

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

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

 span { border-color: rgb(136,166,243); }

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