Html Css Color HEX #88A8FA Jordy Blue

📋 copy color: '#88A8FA'

red 136 ◦ green 168 ◦ blue 250

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

Shades of Jordy Blue #88A8FA

Tints of Jordy Blue #88A8FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.13%

R = 24.55%
G = 30.32%
B = 45.13%

CMYK

 C value IS 0.46

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#88A8FA (or 0x88A8FA) is known color: Jordy Blue. HEX triplet: 88, A8 and FA. RGB value is (136,168,250). Sum of RGB (Red+Green+Blue) = 136+168+250=554 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.55% from 554); Green value is 168 (66.02% from 255 or 30.32% from 554); Blue value is 250 (98.05% from 255 or 45.13% from 554); Max value from RGB is 250 - color contains mainly: blue. Hex color #88A8FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88A8FA is #775705. Grayscale: #A7A7A7. Windows color (decimal): -7821062 or 16427144. OLE color: 16427144.

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

Color convert

RGB 136 168 250 -
CMYK 0.46 0.33 0 0.02
HSL 223.16º 0.92% 0.76% -
HSV(B) 223.16º 0.46% 0.98% -
XYZ 41.41 40.14 96.01 -
YUV 167.78 174.4 105.33 -
System Red Green Blue C M Y K H S L
Decimal 136 168 250 0.46 0.33 0 0.02 223.16 0.92 0.76
Hex 88 A8 FA 2E 21 0 2 DF 5C 4C
Octal 210 250 372 56 41 0 2 337 134 114
Binary 10001000 10101000 11111010 101110 100001 0 10 11011111 1011100 1001100

Color Harmonies of #88A8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A8FA

Black with #88A8FA

Text Example


Text Example

White with #88A8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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