Html Css Color HEX #88ABFF Jordy Blue

📋 copy color: '#88ABFF'

red 136 ◦ green 171 ◦ blue 255

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

Shades of Jordy Blue #88ABFF

Tints of Jordy Blue #88ABFF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.43%

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

R = 24.2%
G = 30.43%
B = 45.37%

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

#88ABFF (or 0x88ABFF) is known color: Jordy Blue. HEX triplet: 88, AB and FF. RGB value is (136,171,255). Sum of RGB (Red+Green+Blue) = 136+171+255=562 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.20% from 562); Green value is 171 (67.19% from 255 or 30.43% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #88ABFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88ABFF is #775400. Grayscale: #A9A9A9. Windows color (decimal): -7820289 or 16755592. OLE color: 16755592.

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

Color convert

RGB 136 171 255 -
CMYK 0.47 0.33 0 0
HSL 222.35º 1% 0.77% -
HSV(B) 222.35º 0.47% 1% -
XYZ 42.77 41.58 100.38 -
YUV 170.11 175.9 103.67 -
System Red Green Blue C M Y K H S L
Decimal 136 171 255 0.47 0.33 0 0 222.35 1 0.77
Hex 88 AB FF 2F 21 0 0 DE 64 4D
Octal 210 253 377 57 41 0 0 336 144 115
Binary 10001000 10101011 11111111 101111 100001 0 0 11011110 1100100 1001101

Color Harmonies of #88ABFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88ABFF

Black with #88ABFF

Text Example


Text Example

White with #88ABFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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