Html Css Color HEX #88A8EA Jordy Blue

📋 copy color: '#88A8EA'

red 136 ◦ green 168 ◦ blue 234

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

Shades of Jordy Blue #88A8EA

Tints of Jordy Blue #88A8EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.49%

R = 25.28%
G = 31.23%
B = 43.49%

CMYK

 C value IS 0.42

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#88A8EA (or 0x88A8EA) is known color: Jordy Blue. HEX triplet: 88, A8 and EA. RGB value is (136,168,234). Sum of RGB (Red+Green+Blue) = 136+168+234=538 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.28% from 538); Green value is 168 (66.02% from 255 or 31.23% from 538); Blue value is 234 (91.80% from 255 or 43.49% from 538); Max value from RGB is 234 - color contains mainly: blue. Hex color #88A8EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88A8EA is #775715. Grayscale: #A5A5A5. Windows color (decimal): -7821078 or 15378568. OLE color: 15378568.

HSL color Cylindrical-coordinate representation of color #88A8EA: hue angle of 220.41º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #88A8EA is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 136 168 234 -
CMYK 0.42 0.28 0 0.08
HSL 220.41º 0.7% 0.73% -
HSV(B) 220.41º 0.42% 0.92% -
XYZ 39.01 39.18 83.35 -
YUV 165.96 166.4 106.63 -
System Red Green Blue C M Y K H S L
Decimal 136 168 234 0.42 0.28 0 0.08 220.41 0.7 0.73
Hex 88 A8 EA 2A 1C 0 8 DC 46 49
Octal 210 250 352 52 34 0 10 334 106 111
Binary 10001000 10101000 11101010 101010 11100 0 1000 11011100 1000110 1001001

Color Harmonies of #88A8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A8EA

Black with #88A8EA

Text Example


Text Example

White with #88A8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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