Html Css Color HEX #88B7ED Jordy Blue

📋 copy color: '#88B7ED'

red 136 ◦ green 183 ◦ blue 237

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

Shades of Jordy Blue #88B7ED

Tints of Jordy Blue #88B7ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.63%

R = 24.46%
G = 32.91%
B = 42.63%

CMYK

 C value IS 0.43

 M value IS 0.23

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#88B7ED (or 0x88B7ED) is known color: Jordy Blue. HEX triplet: 88, B7 and ED. RGB value is (136,183,237). Sum of RGB (Red+Green+Blue) = 136+183+237=556 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.46% from 556); Green value is 183 (71.88% from 255 or 32.91% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 237 - color contains mainly: blue. Hex color #88B7ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88B7ED is #774812. Grayscale: #AEAEAE. Windows color (decimal): -7817235 or 15579016. OLE color: 15579016.

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

Color convert

RGB 136 183 237 -
CMYK 0.43 0.23 0 0.07
HSL 212.08º 0.74% 0.73% -
HSV(B) 212.08º 0.43% 0.93% -
XYZ 42.37 45.22 86.61 -
YUV 175.1 162.93 100.11 -
System Red Green Blue C M Y K H S L
Decimal 136 183 237 0.43 0.23 0 0.07 212.08 0.74 0.73
Hex 88 B7 ED 2B 17 0 7 D4 4A 49
Octal 210 267 355 53 27 0 7 324 112 111
Binary 10001000 10110111 11101101 101011 10111 0 111 11010100 1001010 1001001

Color Harmonies of #88B7ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88B7ED

Black with #88B7ED

Text Example


Text Example

White with #88B7ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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