Html Css Color HEX #88ADEC Jordy Blue

📋 copy color: '#88ADEC'

red 136 ◦ green 173 ◦ blue 236

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

Shades of Jordy Blue #88ADEC

Tints of Jordy Blue #88ADEC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.74%

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

R = 24.95%
G = 31.74%
B = 43.3%

CMYK

 C value IS 0.42

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#88ADEC (or 0x88ADEC) is known color: Jordy Blue. HEX triplet: 88, AD and EC. RGB value is (136,173,236). Sum of RGB (Red+Green+Blue) = 136+173+236=545 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.95% from 545); Green value is 173 (67.97% from 255 or 31.74% from 545); Blue value is 236 (92.58% from 255 or 43.30% from 545); Max value from RGB is 236 - color contains mainly: blue. Hex color #88ADEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88ADEC is #775213. Grayscale: #A8A8A8. Windows color (decimal): -7819796 or 15510920. OLE color: 15510920.

HSL color Cylindrical-coordinate representation of color #88ADEC: hue angle of 217.8º 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 #88ADEC is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 136 173 236 -
CMYK 0.42 0.27 0 0.07
HSL 217.8º 0.72% 0.73% -
HSV(B) 217.8º 0.42% 0.93% -
XYZ 40.24 41.18 85.18 -
YUV 169.12 165.74 104.38 -
System Red Green Blue C M Y K H S L
Decimal 136 173 236 0.42 0.27 0 0.07 217.8 0.72 0.73
Hex 88 AD EC 2A 1B 0 7 DA 48 49
Octal 210 255 354 52 33 0 7 332 110 111
Binary 10001000 10101101 11101100 101010 11011 0 111 11011010 1001000 1001001

Color Harmonies of #88ADEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88ADEC

Black with #88ADEC

Text Example


Text Example

White with #88ADEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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