Html Css Color HEX #88AEDF Jordy Blue

📋 copy color: '#88AEDF'

red 136 ◦ green 174 ◦ blue 223

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

Shades of Jordy Blue #88AEDF

Tints of Jordy Blue #88AEDF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 32.65%

 BLUE value IS 223 (87.5% from 255) = 41.84%

R = 25.52%
G = 32.65%
B = 41.84%

CMYK

 C value IS 0.39

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#88AEDF (or 0x88AEDF) is known color: Jordy Blue. HEX triplet: 88, AE and DF. RGB value is (136,174,223). Sum of RGB (Red+Green+Blue) = 136+174+223=533 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.52% from 533); Green value is 174 (68.36% from 255 or 32.65% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 223 - color contains mainly: blue. Hex color #88AEDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88AEDF is #775120. Grayscale: #A7A7A7. Windows color (decimal): -7819553 or 14659208. OLE color: 14659208.

HSL color Cylindrical-coordinate representation of color #88AEDF: hue angle of 213.79º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #88AEDF is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 136 174 223 -
CMYK 0.39 0.22 0 0.13
HSL 213.79º 0.58% 0.7% -
HSV(B) 213.79º 0.39% 0.87% -
XYZ 38.61 40.83 75.66 -
YUV 168.22 158.91 105.02 -
System Red Green Blue C M Y K H S L
Decimal 136 174 223 0.39 0.22 0 0.13 213.79 0.58 0.7
Hex 88 AE DF 27 16 0 D D6 3A 46
Octal 210 256 337 47 26 0 15 326 72 106
Binary 10001000 10101110 11011111 100111 10110 0 1101 11010110 111010 1000110

Color Harmonies of #88AEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88AEDF

Black with #88AEDF

Text Example


Text Example

White with #88AEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,174,223); }

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

background-color css

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

 a { background-color: rgb(136,174,223); }

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

border-color css

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

 span { border-color: rgb(136,174,223); }

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