Html Css Color HEX #88B1DA Jordy Blue

📋 copy color: '#88B1DA'

red 136 ◦ green 177 ◦ blue 218

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

Shades of Jordy Blue #88B1DA

Tints of Jordy Blue #88B1DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.05%

R = 25.61%
G = 33.33%
B = 41.05%

CMYK

 C value IS 0.38

 M value IS 0.19

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#88B1DA (or 0x88B1DA) is known color: Jordy Blue. HEX triplet: 88, B1 and DA. RGB value is (136,177,218). Sum of RGB (Red+Green+Blue) = 136+177+218=531 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.61% from 531); Green value is 177 (69.53% from 255 or 33.33% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 218 - color contains mainly: blue. Hex color #88B1DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88B1DA is #774E25. Grayscale: #A9A9A9. Windows color (decimal): -7818790 or 14332296. OLE color: 14332296.

HSL color Cylindrical-coordinate representation of color #88B1DA: hue angle of 210º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88B1DA is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 136 177 218 -
CMYK 0.38 0.19 0 0.15
HSL 210º 0.53% 0.69% -
HSV(B) 210º 0.38% 0.85% -
XYZ 38.53 41.74 72.36 -
YUV 169.42 155.42 104.17 -
System Red Green Blue C M Y K H S L
Decimal 136 177 218 0.38 0.19 0 0.15 210 0.53 0.69
Hex 88 B1 DA 26 13 0 F D2 35 45
Octal 210 261 332 46 23 0 17 322 65 105
Binary 10001000 10110001 11011010 100110 10011 0 1111 11010010 110101 1000101

Color Harmonies of #88B1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88B1DA

Black with #88B1DA

Text Example


Text Example

White with #88B1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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