Html Css Color HEX #88AAF9 Jordy Blue

📋 copy color: '#88AAF9'

red 136 ◦ green 170 ◦ blue 249

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

Shades of Jordy Blue #88AAF9

Tints of Jordy Blue #88AAF9

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.63%

 BLUE value IS 249 (97.66% from 255) = 44.86%

R = 24.5%
G = 30.63%
B = 44.86%

CMYK

 C value IS 0.45

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#88AAF9 (or 0x88AAF9) is known color: Jordy Blue. HEX triplet: 88, AA and F9. RGB value is (136,170,249). Sum of RGB (Red+Green+Blue) = 136+170+249=555 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.50% from 555); Green value is 170 (66.80% from 255 or 30.63% from 555); Blue value is 249 (97.66% from 255 or 44.86% from 555); Max value from RGB is 249 - color contains mainly: blue. Hex color #88AAF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88AAF9 is #775506. Grayscale: #A8A8A8. Windows color (decimal): -7820551 or 16362120. OLE color: 16362120.

HSL color Cylindrical-coordinate representation of color #88AAF9: hue angle of 221.95º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #88AAF9 is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 136 170 249 -
CMYK 0.45 0.32 0 0.02
HSL 221.95º 0.9% 0.75% -
HSV(B) 221.95º 0.45% 0.98% -
XYZ 41.63 40.82 95.31 -
YUV 168.84 173.24 104.58 -
System Red Green Blue C M Y K H S L
Decimal 136 170 249 0.45 0.32 0 0.02 221.95 0.9 0.75
Hex 88 AA F9 2D 20 0 2 DE 5A 4B
Octal 210 252 371 55 40 0 2 336 132 113
Binary 10001000 10101010 11111001 101101 100000 0 10 11011110 1011010 1001011

Color Harmonies of #88AAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88AAF9

Black with #88AAF9

Text Example


Text Example

White with #88AAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,170,249); }

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

background-color css

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

 a { background-color: rgb(136,170,249); }

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

border-color css

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

 span { border-color: rgb(136,170,249); }

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