Html Css Color HEX #88B1DD Jordy Blue

📋 copy color: '#88B1DD'

red 136 ◦ green 177 ◦ blue 221

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

Shades of Jordy Blue #88B1DD

Tints of Jordy Blue #88B1DD

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.15%

 BLUE value IS 221 (86.72% from 255) = 41.39%

R = 25.47%
G = 33.15%
B = 41.39%

CMYK

 C value IS 0.38

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#88B1DD (or 0x88B1DD) is known color: Jordy Blue. HEX triplet: 88, B1 and DD. RGB value is (136,177,221). Sum of RGB (Red+Green+Blue) = 136+177+221=534 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.47% from 534); Green value is 177 (69.53% from 255 or 33.15% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #88B1DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88B1DD is #774E22. Grayscale: #A9A9A9. Windows color (decimal): -7818787 or 14528904. OLE color: 14528904.

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

Color convert

RGB 136 177 221 -
CMYK 0.38 0.20 0 0.13
HSL 211.06º 0.56% 0.7% -
HSV(B) 211.06º 0.38% 0.87% -
XYZ 38.93 41.9 74.44 -
YUV 169.76 156.92 103.92 -
System Red Green Blue C M Y K H S L
Decimal 136 177 221 0.38 0.20 0 0.13 211.06 0.56 0.7
Hex 88 B1 DD 26 14 0 D D3 38 46
Octal 210 261 335 46 24 0 15 323 70 106
Binary 10001000 10110001 11011101 100110 10100 0 1101 11010011 111000 1000110

Color Harmonies of #88B1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88B1DD

Black with #88B1DD

Text Example


Text Example

White with #88B1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,177,221); }

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

background-color css

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

 a { background-color: rgb(136,177,221); }

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

border-color css

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

 span { border-color: rgb(136,177,221); }

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