Html Css Color HEX #88ACFF Jordy Blue

📋 copy color: '#88ACFF'

red 136 ◦ green 172 ◦ blue 255

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

Shades of Jordy Blue #88ACFF

Tints of Jordy Blue #88ACFF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.55%

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

R = 24.16%
G = 30.55%
B = 45.29%

CMYK

 C value IS 0.47

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#88ACFF (or 0x88ACFF) is known color: Jordy Blue. HEX triplet: 88, AC and FF. RGB value is (136,172,255). Sum of RGB (Red+Green+Blue) = 136+172+255=563 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.16% from 563); Green value is 172 (67.58% from 255 or 30.55% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #88ACFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88ACFF is #775300. Grayscale: #AAAAAA. Windows color (decimal): -7820033 or 16755848. OLE color: 16755848.

HSL color Cylindrical-coordinate representation of color #88ACFF: hue angle of 221.85º 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 #88ACFF is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 136 172 255 -
CMYK 0.47 0.33 0 0
HSL 221.85º 1% 0.77% -
HSV(B) 221.85º 0.47% 1% -
XYZ 42.96 41.96 100.44 -
YUV 170.7 175.57 103.25 -
System Red Green Blue C M Y K H S L
Decimal 136 172 255 0.47 0.33 0 0 221.85 1 0.77
Hex 88 AC FF 2F 21 0 0 DE 64 4D
Octal 210 254 377 57 41 0 0 336 144 115
Binary 10001000 10101100 11111111 101111 100001 0 0 11011110 1100100 1001101

Color Harmonies of #88ACFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88ACFF

Black with #88ACFF

Text Example


Text Example

White with #88ACFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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