Html Css Color HEX #88B4DC Jordy Blue

📋 copy color: '#88B4DC'

red 136 ◦ green 180 ◦ blue 220

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

Shades of Jordy Blue #88B4DC

Tints of Jordy Blue #88B4DC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.58%

 BLUE value IS 220 (86.33% from 255) = 41.04%

R = 25.37%
G = 33.58%
B = 41.04%

CMYK

 C value IS 0.38

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#88B4DC (or 0x88B4DC) is known color: Jordy Blue. HEX triplet: 88, B4 and DC. RGB value is (136,180,220). Sum of RGB (Red+Green+Blue) = 136+180+220=536 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.37% from 536); Green value is 180 (70.70% from 255 or 33.58% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #88B4DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88B4DC is #774B23. Grayscale: #ABABAB. Windows color (decimal): -7818020 or 14464136. OLE color: 14464136.

HSL color Cylindrical-coordinate representation of color #88B4DC: hue angle of 208.57º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88B4DC is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 136 180 220 -
CMYK 0.38 0.18 0 0.14
HSL 208.57º 0.55% 0.7% -
HSV(B) 208.57º 0.38% 0.86% -
XYZ 39.39 43.04 73.94 -
YUV 171.4 155.42 102.75 -
System Red Green Blue C M Y K H S L
Decimal 136 180 220 0.38 0.18 0 0.14 208.57 0.55 0.7
Hex 88 B4 DC 26 12 0 E D1 37 46
Octal 210 264 334 46 22 0 16 321 67 106
Binary 10001000 10110100 11011100 100110 10010 0 1110 11010001 110111 1000110

Color Harmonies of #88B4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88B4DC

Black with #88B4DC

Text Example


Text Example

White with #88B4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,180,220); }

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

background-color css

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

 a { background-color: rgb(136,180,220); }

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

border-color css

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

 span { border-color: rgb(136,180,220); }

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