#88AFFE

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

Shades of Jordy Blue #88AFFE

Tints of Jordy Blue #88AFFE

Color information

#88AFFE (or 0x88AFFE) is unknown color: approx Jordy Blue. HEX triplet: 88, AF and FE. RGB value is (136,175,254). Sum of RGB (Red+Green+Blue) = 136+175+254=565 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.07% from 565); Green value is 175 (68.75% from 255 or 30.97% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #88AFFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88AFFE is #775001. Grayscale: #ABABAB. Windows color (decimal): -7819266 or 16691080. OLE color: 16691080.

HSL color Cylindrical-coordinate representation of color #88AFFE: hue angle of 220.17º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88AFFE is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB136175254-
CMYK0.460.3100.00
HSL220.17º98.33%76.47%-
HSV(B)220.17º46.46%99.61%-
XYZ43.3743.0599.79-
YUV172.34174.08102.08-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.07%
GREEN value IS 175 (68.75% from 255) = 30.97%
BLUE value IS 254 (99.61% from 255) = 44.96%
R=24.07%
G=30.97%
B=44.96%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1361752540.460.3100.00220.1798.3376.47
Hex88AFFE2E1F00dc624c
Octal210257376563700334142114
Binary10001000101011111111111010111011111001101110011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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