Html Css Color HEX #88ACF6 Jordy Blue

📋 copy color: '#88ACF6'

red 136 ◦ green 172 ◦ blue 246

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

Shades of Jordy Blue #88ACF6

Tints of Jordy Blue #88ACF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 44.4%

R = 24.55%
G = 31.05%
B = 44.4%

CMYK

 C value IS 0.45

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#88ACF6 (or 0x88ACF6) is known color: Jordy Blue. HEX triplet: 88, AC and F6. RGB value is (136,172,246). Sum of RGB (Red+Green+Blue) = 136+172+246=554 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.55% from 554); Green value is 172 (67.58% from 255 or 31.05% from 554); Blue value is 246 (96.48% from 255 or 44.40% from 554); Max value from RGB is 246 - color contains mainly: blue. Hex color #88ACF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88ACF6 is #775309. Grayscale: #A9A9A9. Windows color (decimal): -7820042 or 16166024. OLE color: 16166024.

HSL color Cylindrical-coordinate representation of color #88ACF6: hue angle of 220.36º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #88ACF6 is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 136 172 246 -
CMYK 0.45 0.30 0 0.04
HSL 220.36º 0.86% 0.75% -
HSV(B) 220.36º 0.45% 0.96% -
XYZ 41.54 41.39 92.99 -
YUV 169.67 171.07 103.98 -
System Red Green Blue C M Y K H S L
Decimal 136 172 246 0.45 0.30 0 0.04 220.36 0.86 0.75
Hex 88 AC F6 2D 1E 0 4 DC 56 4B
Octal 210 254 366 55 36 0 4 334 126 113
Binary 10001000 10101100 11110110 101101 11110 0 100 11011100 1010110 1001011

Color Harmonies of #88ACF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88ACF6

Black with #88ACF6

Text Example


Text Example

White with #88ACF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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