Html Css Color HEX #88A8FE Jordy Blue

📋 copy color: '#88A8FE'

red 136 ◦ green 168 ◦ blue 254

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

Shades of Jordy Blue #88A8FE

Tints of Jordy Blue #88A8FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.52%

R = 24.37%
G = 30.11%
B = 45.52%

CMYK

 C value IS 0.46

 M value IS 0.34

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#88A8FE (or 0x88A8FE) is known color: Jordy Blue. HEX triplet: 88, A8 and FE. RGB value is (136,168,254). Sum of RGB (Red+Green+Blue) = 136+168+254=558 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.37% from 558); Green value is 168 (66.02% from 255 or 30.11% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #88A8FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88A8FE is #775701. Grayscale: #A7A7A7. Windows color (decimal): -7821058 or 16689288. OLE color: 16689288.

HSL color Cylindrical-coordinate representation of color #88A8FE: hue angle of 223.73º 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 #88A8FE is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 136 168 254 -
CMYK 0.46 0.34 0 0.00
HSL 223.73º 0.98% 0.76% -
HSV(B) 223.73º 0.46% 1% -
XYZ 42.05 40.4 99.35 -
YUV 168.24 176.4 105.01 -
System Red Green Blue C M Y K H S L
Decimal 136 168 254 0.46 0.34 0 0.00 223.73 0.98 0.76
Hex 88 A8 FE 2E 22 0 0 E0 62 4C
Octal 210 250 376 56 42 0 0 340 142 114
Binary 10001000 10101000 11111110 101110 100010 0 0 11100000 1100010 1001100

Color Harmonies of #88A8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A8FE

Black with #88A8FE

Text Example


Text Example

White with #88A8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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