Html Css Color HEX #88ABEC Jordy Blue

📋 copy color: '#88ABEC'

red 136 ◦ green 171 ◦ blue 236

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

Shades of Jordy Blue #88ABEC

Tints of Jordy Blue #88ABEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.46%

R = 25.05%
G = 31.49%
B = 43.46%

CMYK

 C value IS 0.42

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#88ABEC (or 0x88ABEC) is known color: Jordy Blue. HEX triplet: 88, AB and EC. RGB value is (136,171,236). Sum of RGB (Red+Green+Blue) = 136+171+236=543 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.05% from 543); Green value is 171 (67.19% from 255 or 31.49% from 543); Blue value is 236 (92.58% from 255 or 43.46% from 543); Max value from RGB is 236 - color contains mainly: blue. Hex color #88ABEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88ABEC is #775413. Grayscale: #A7A7A7. Windows color (decimal): -7820308 or 15510408. OLE color: 15510408.

HSL color Cylindrical-coordinate representation of color #88ABEC: hue angle of 219º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #88ABEC is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 136 171 236 -
CMYK 0.42 0.28 0 0.07
HSL 219º 0.72% 0.73% -
HSV(B) 219º 0.42% 0.93% -
XYZ 39.86 40.42 85.06 -
YUV 167.95 166.4 105.21 -
System Red Green Blue C M Y K H S L
Decimal 136 171 236 0.42 0.28 0 0.07 219 0.72 0.73
Hex 88 AB EC 2A 1C 0 7 DB 48 49
Octal 210 253 354 52 34 0 7 333 110 111
Binary 10001000 10101011 11101100 101010 11100 0 111 11011011 1001000 1001001

Color Harmonies of #88ABEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88ABEC

Black with #88ABEC

Text Example


Text Example

White with #88ABEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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