Html Css Color HEX #88ADDF Jordy Blue

📋 copy color: '#88ADDF'

red 136 ◦ green 173 ◦ blue 223

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

Shades of Jordy Blue #88ADDF

Tints of Jordy Blue #88ADDF

RGB

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

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

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

R = 25.56%
G = 32.52%
B = 41.92%

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

#88ADDF (or 0x88ADDF) is known color: Jordy Blue. HEX triplet: 88, AD and DF. RGB value is (136,173,223). Sum of RGB (Red+Green+Blue) = 136+173+223=532 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.56% from 532); Green value is 173 (67.97% from 255 or 32.52% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 223 - color contains mainly: blue. Hex color #88ADDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88ADDF is #775220. Grayscale: #A7A7A7. Windows color (decimal): -7819809 or 14658952. OLE color: 14658952.

HSL color Cylindrical-coordinate representation of color #88ADDF: hue angle of 214.48º 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 #88ADDF is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 136 173 223 -
CMYK 0.39 0.22 0 0.13
HSL 214.48º 0.58% 0.7% -
HSV(B) 214.48º 0.39% 0.87% -
XYZ 38.42 40.45 75.59 -
YUV 167.64 159.24 105.43 -
System Red Green Blue C M Y K H S L
Decimal 136 173 223 0.39 0.22 0 0.13 214.48 0.58 0.7
Hex 88 AD DF 27 16 0 D D6 3A 46
Octal 210 255 337 47 26 0 15 326 72 106
Binary 10001000 10101101 11011111 100111 10110 0 1101 11010110 111010 1000110

Color Harmonies of #88ADDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88ADDF

Black with #88ADDF

Text Example


Text Example

White with #88ADDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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