Html Css Color HEX #88ABFE Jordy Blue

📋 copy color: '#88ABFE'

red 136 ◦ green 171 ◦ blue 254

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

Shades of Jordy Blue #88ABFE

Tints of Jordy Blue #88ABFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.28%

R = 24.24%
G = 30.48%
B = 45.28%

CMYK

 C value IS 0.46

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#88ABFE (or 0x88ABFE) is known color: Jordy Blue. HEX triplet: 88, AB and FE. RGB value is (136,171,254). Sum of RGB (Red+Green+Blue) = 136+171+254=561 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.24% from 561); Green value is 171 (67.19% from 255 or 30.48% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #88ABFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88ABFE is #775401. Grayscale: #A9A9A9. Windows color (decimal): -7820290 or 16690056. OLE color: 16690056.

HSL color Cylindrical-coordinate representation of color #88ABFE: hue angle of 222.2º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88ABFE is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 136 171 254 -
CMYK 0.46 0.33 0 0.00
HSL 222.2º 0.98% 0.76% -
HSV(B) 222.2º 0.46% 1% -
XYZ 42.61 41.52 99.53 -
YUV 170 175.4 103.75 -
System Red Green Blue C M Y K H S L
Decimal 136 171 254 0.46 0.33 0 0.00 222.2 0.98 0.76
Hex 88 AB FE 2E 21 0 0 DE 62 4C
Octal 210 253 376 56 41 0 0 336 142 114
Binary 10001000 10101011 11111110 101110 100001 0 0 11011110 1100010 1001100

Color Harmonies of #88ABFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88ABFE

Black with #88ABFE

Text Example


Text Example

White with #88ABFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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