Html Css Color HEX #88B3DB Jordy Blue

📋 copy color: '#88B3DB'

red 136 ◦ green 179 ◦ blue 219

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

Shades of Jordy Blue #88B3DB

Tints of Jordy Blue #88B3DB

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.52%

 BLUE value IS 219 (85.94% from 255) = 41.01%

R = 25.47%
G = 33.52%
B = 41.01%

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

#88B3DB (or 0x88B3DB) is known color: Jordy Blue. HEX triplet: 88, B3 and DB. RGB value is (136,179,219). Sum of RGB (Red+Green+Blue) = 136+179+219=534 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.47% from 534); Green value is 179 (70.31% from 255 or 33.52% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #88B3DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88B3DB is #774C24. Grayscale: #AAAAAA. Windows color (decimal): -7818277 or 14398344. OLE color: 14398344.

HSL color Cylindrical-coordinate representation of color #88B3DB: hue angle of 208.92º degrees, saturation: 0.54, 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 #88B3DB is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 136 179 219 -
CMYK 0.38 0.18 0 0.14
HSL 208.92º 0.54% 0.7% -
HSV(B) 208.92º 0.38% 0.86% -
XYZ 39.06 42.59 73.18 -
YUV 170.7 155.25 103.25 -
System Red Green Blue C M Y K H S L
Decimal 136 179 219 0.38 0.18 0 0.14 208.92 0.54 0.7
Hex 88 B3 DB 26 12 0 E D1 36 46
Octal 210 263 333 46 22 0 16 321 66 106
Binary 10001000 10110011 11011011 100110 10010 0 1110 11010001 110110 1000110

Color Harmonies of #88B3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88B3DB

Black with #88B3DB

Text Example


Text Example

White with #88B3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,179,219); }

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

background-color css

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

 a { background-color: rgb(136,179,219); }

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

border-color css

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

 span { border-color: rgb(136,179,219); }

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