Html Css Color HEX #88A3FD Jordy Blue

📋 copy color: '#88A3FD'

red 136 ◦ green 163 ◦ blue 253

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

Shades of Jordy Blue #88A3FD

Tints of Jordy Blue #88A3FD

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.53%

 BLUE value IS 253 (99.22% from 255) = 45.83%

R = 24.64%
G = 29.53%
B = 45.83%

CMYK

 C value IS 0.46

 M value IS 0.36

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#88A3FD (or 0x88A3FD) is known color: Jordy Blue. HEX triplet: 88, A3 and FD. RGB value is (136,163,253). Sum of RGB (Red+Green+Blue) = 136+163+253=552 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.64% from 552); Green value is 163 (64.06% from 255 or 29.53% from 552); Blue value is 253 (99.22% from 255 or 45.83% from 552); Max value from RGB is 253 - color contains mainly: blue. Hex color #88A3FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88A3FD is #775C02. Grayscale: #A4A4A4. Windows color (decimal): -7822339 or 16622472. OLE color: 16622472.

HSL color Cylindrical-coordinate representation of color #88A3FD: hue angle of 226.15º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88A3FD is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 136 163 253 -
CMYK 0.46 0.36 0 0.01
HSL 226.15º 0.97% 0.76% -
HSV(B) 226.15º 0.46% 0.99% -
XYZ 40.98 38.52 98.2 -
YUV 165.19 177.55 107.18 -
System Red Green Blue C M Y K H S L
Decimal 136 163 253 0.46 0.36 0 0.01 226.15 0.97 0.76
Hex 88 A3 FD 2E 24 0 1 E2 61 4C
Octal 210 243 375 56 44 0 1 342 141 114
Binary 10001000 10100011 11111101 101110 100100 0 1 11100010 1100001 1001100

Color Harmonies of #88A3FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A3FD

Black with #88A3FD

Text Example


Text Example

White with #88A3FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,163,253); }

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

background-color css

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

 a { background-color: rgb(136,163,253); }

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

border-color css

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

 span { border-color: rgb(136,163,253); }

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