Html Css Color HEX #88B7EC Jordy Blue

📋 copy color: '#88B7EC'

red 136 ◦ green 183 ◦ blue 236

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

Shades of Jordy Blue #88B7EC

Tints of Jordy Blue #88B7EC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 32.97%

 BLUE value IS 236 (92.58% from 255) = 42.52%

R = 24.5%
G = 32.97%
B = 42.52%

CMYK

 C value IS 0.42

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#88B7EC (or 0x88B7EC) is known color: Jordy Blue. HEX triplet: 88, B7 and EC. RGB value is (136,183,236). Sum of RGB (Red+Green+Blue) = 136+183+236=555 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.50% from 555); Green value is 183 (71.88% from 255 or 32.97% from 555); Blue value is 236 (92.58% from 255 or 42.52% from 555); Max value from RGB is 236 - color contains mainly: blue. Hex color #88B7EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88B7EC is #774813. Grayscale: #AEAEAE. Windows color (decimal): -7817236 or 15513480. OLE color: 15513480.

HSL color Cylindrical-coordinate representation of color #88B7EC: hue angle of 211.8º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #88B7EC is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 136 183 236 -
CMYK 0.42 0.22 0 0.07
HSL 211.8º 0.72% 0.73% -
HSV(B) 211.8º 0.42% 0.93% -
XYZ 42.23 45.16 85.85 -
YUV 174.99 162.43 100.19 -
System Red Green Blue C M Y K H S L
Decimal 136 183 236 0.42 0.22 0 0.07 211.8 0.72 0.73
Hex 88 B7 EC 2A 16 0 7 D4 48 49
Octal 210 267 354 52 26 0 7 324 110 111
Binary 10001000 10110111 11101100 101010 10110 0 111 11010100 1001000 1001001

Color Harmonies of #88B7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88B7EC

Black with #88B7EC

Text Example


Text Example

White with #88B7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,183,236); }

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

background-color css

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

 a { background-color: rgb(136,183,236); }

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

border-color css

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

 span { border-color: rgb(136,183,236); }

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