Html Css Color HEX #88AFF8 Jordy Blue

📋 copy color: '#88AFF8'

red 136 ◦ green 175 ◦ blue 248

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

Shades of Jordy Blue #88AFF8

Tints of Jordy Blue #88AFF8

RGB

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

 GREEN value IS 175 (68.75% from 255) = 31.31%

 BLUE value IS 248 (97.27% from 255) = 44.36%

R = 24.33%
G = 31.31%
B = 44.36%

CMYK

 C value IS 0.45

 M value IS 0.29

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#88AFF8 (or 0x88AFF8) is known color: Jordy Blue. HEX triplet: 88, AF and F8. RGB value is (136,175,248). Sum of RGB (Red+Green+Blue) = 136+175+248=559 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.33% from 559); Green value is 175 (68.75% from 255 or 31.31% from 559); Blue value is 248 (97.27% from 255 or 44.36% from 559); Max value from RGB is 248 - color contains mainly: blue. Hex color #88AFF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88AFF8 is #775007. Grayscale: #ABABAB. Windows color (decimal): -7819272 or 16297864. OLE color: 16297864.

HSL color Cylindrical-coordinate representation of color #88AFF8: hue angle of 219.11º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #88AFF8 is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 136 175 248 -
CMYK 0.45 0.29 0 0.03
HSL 219.11º 0.89% 0.75% -
HSV(B) 219.11º 0.45% 0.97% -
XYZ 42.43 42.67 94.81 -
YUV 171.66 171.08 102.56 -
System Red Green Blue C M Y K H S L
Decimal 136 175 248 0.45 0.29 0 0.03 219.11 0.89 0.75
Hex 88 AF F8 2D 1D 0 3 DB 59 4B
Octal 210 257 370 55 35 0 3 333 131 113
Binary 10001000 10101111 11111000 101101 11101 0 11 11011011 1011001 1001011

Color Harmonies of #88AFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88AFF8

Black with #88AFF8

Text Example


Text Example

White with #88AFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,175,248); }

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

background-color css

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

 a { background-color: rgb(136,175,248); }

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

border-color css

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

 span { border-color: rgb(136,175,248); }

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