Html Css Color HEX #88A8FF Jordy Blue

📋 copy color: '#88A8FF'

red 136 ◦ green 168 ◦ blue 255

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

Shades of Jordy Blue #88A8FF

Tints of Jordy Blue #88A8FF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.05%

 BLUE value IS 255 (100% from 255) = 45.62%

R = 24.33%
G = 30.05%
B = 45.62%

CMYK

 C value IS 0.47

 M value IS 0.34

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#88A8FF (or 0x88A8FF) is known color: Jordy Blue. HEX triplet: 88, A8 and FF. RGB value is (136,168,255). Sum of RGB (Red+Green+Blue) = 136+168+255=559 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.33% from 559); Green value is 168 (66.02% from 255 or 30.05% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #88A8FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88A8FF is #775700. Grayscale: #A7A7A7. Windows color (decimal): -7821057 or 16754824. OLE color: 16754824.

HSL color Cylindrical-coordinate representation of color #88A8FF: hue angle of 223.87º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #88A8FF is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 136 168 255 -
CMYK 0.47 0.34 0 0
HSL 223.87º 1% 0.77% -
HSV(B) 223.87º 0.47% 1% -
XYZ 42.21 40.46 100.19 -
YUV 168.35 176.9 104.93 -
System Red Green Blue C M Y K H S L
Decimal 136 168 255 0.47 0.34 0 0 223.87 1 0.77
Hex 88 A8 FF 2F 22 0 0 E0 64 4D
Octal 210 250 377 57 42 0 0 340 144 115
Binary 10001000 10101000 11111111 101111 100010 0 0 11100000 1100100 1001101

Color Harmonies of #88A8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A8FF

Black with #88A8FF

Text Example


Text Example

White with #88A8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,168,255); }

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

background-color css

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

 a { background-color: rgb(136,168,255); }

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

border-color css

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

 span { border-color: rgb(136,168,255); }

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