Html Css Color HEX #88B9DD Jordy Blue

📋 copy color: '#88B9DD'

red 136 ◦ green 185 ◦ blue 221

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

Shades of Jordy Blue #88B9DD

Tints of Jordy Blue #88B9DD

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.13%

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

R = 25.09%
G = 34.13%
B = 40.77%

CMYK

 C value IS 0.38

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#88B9DD (or 0x88B9DD) is known color: Jordy Blue. HEX triplet: 88, B9 and DD. RGB value is (136,185,221). Sum of RGB (Red+Green+Blue) = 136+185+221=542 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.09% from 542); Green value is 185 (72.66% from 255 or 34.13% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #88B9DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88B9DD is #774622. Grayscale: #AEAEAE. Windows color (decimal): -7816739 or 14530952. OLE color: 14530952.

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

Color convert

RGB 136 185 221 -
CMYK 0.38 0.16 0 0.13
HSL 205.41º 0.56% 0.7% -
HSV(B) 205.41º 0.38% 0.87% -
XYZ 40.55 45.15 74.98 -
YUV 174.45 154.27 100.57 -
System Red Green Blue C M Y K H S L
Decimal 136 185 221 0.38 0.16 0 0.13 205.41 0.56 0.7
Hex 88 B9 DD 26 10 0 D CD 38 46
Octal 210 271 335 46 20 0 15 315 70 106
Binary 10001000 10111001 11011101 100110 10000 0 1101 11001101 111000 1000110

Color Harmonies of #88B9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88B9DD

Black with #88B9DD

Text Example


Text Example

White with #88B9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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