Html Css Color HEX #88B7EF Jordy Blue

📋 copy color: '#88B7EF'

red 136 ◦ green 183 ◦ blue 239

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

Shades of Jordy Blue #88B7EF

Tints of Jordy Blue #88B7EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.83%

R = 24.37%
G = 32.8%
B = 42.83%

CMYK

 C value IS 0.43

 M value IS 0.23

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#88B7EF (or 0x88B7EF) is known color: Jordy Blue. HEX triplet: 88, B7 and EF. RGB value is (136,183,239). Sum of RGB (Red+Green+Blue) = 136+183+239=558 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.37% from 558); Green value is 183 (71.88% from 255 or 32.80% from 558); Blue value is 239 (93.75% from 255 or 42.83% from 558); Max value from RGB is 239 - color contains mainly: blue. Hex color #88B7EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88B7EF is #774810. Grayscale: #AFAFAF. Windows color (decimal): -7817233 or 15710088. OLE color: 15710088.

HSL color Cylindrical-coordinate representation of color #88B7EF: hue angle of 212.62º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #88B7EF is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 136 183 239 -
CMYK 0.43 0.23 0 0.06
HSL 212.62º 0.76% 0.74% -
HSV(B) 212.62º 0.43% 0.94% -
XYZ 42.67 45.33 88.16 -
YUV 175.33 163.93 99.95 -
System Red Green Blue C M Y K H S L
Decimal 136 183 239 0.43 0.23 0 0.06 212.62 0.76 0.74
Hex 88 B7 EF 2B 17 0 6 D5 4C 4A
Octal 210 267 357 53 27 0 6 325 114 112
Binary 10001000 10110111 11101111 101011 10111 0 110 11010101 1001100 1001010

Color Harmonies of #88B7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88B7EF

Black with #88B7EF

Text Example


Text Example

White with #88B7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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