Html Css Color HEX #88A7EE Jordy Blue

📋 copy color: '#88A7EE'

red 136 ◦ green 167 ◦ blue 238

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

Shades of Jordy Blue #88A7EE

Tints of Jordy Blue #88A7EE

RGB

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

 GREEN value IS 167 (65.63% from 255) = 30.87%

 BLUE value IS 238 (93.36% from 255) = 43.99%

R = 25.14%
G = 30.87%
B = 43.99%

CMYK

 C value IS 0.43

 M value IS 0.30

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#88A7EE (or 0x88A7EE) is known color: Jordy Blue. HEX triplet: 88, A7 and EE. RGB value is (136,167,238). Sum of RGB (Red+Green+Blue) = 136+167+238=541 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.14% from 541); Green value is 167 (65.62% from 255 or 30.87% from 541); Blue value is 238 (93.36% from 255 or 43.99% from 541); Max value from RGB is 238 - color contains mainly: blue. Hex color #88A7EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88A7EE is #775811. Grayscale: #A5A5A5. Windows color (decimal): -7821330 or 15640456. OLE color: 15640456.

HSL color Cylindrical-coordinate representation of color #88A7EE: hue angle of 221.76º degrees, saturation: 0.75, 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 #88A7EE is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 136 167 238 -
CMYK 0.43 0.30 0 0.07
HSL 221.76º 0.75% 0.73% -
HSV(B) 221.76º 0.43% 0.93% -
XYZ 39.4 39.04 86.35 -
YUV 165.83 168.73 106.73 -
System Red Green Blue C M Y K H S L
Decimal 136 167 238 0.43 0.30 0 0.07 221.76 0.75 0.73
Hex 88 A7 EE 2B 1E 0 7 DE 4B 49
Octal 210 247 356 53 36 0 7 336 113 111
Binary 10001000 10100111 11101110 101011 11110 0 111 11011110 1001011 1001001

Color Harmonies of #88A7EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A7EE

Black with #88A7EE

Text Example


Text Example

White with #88A7EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,167,238); }

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

background-color css

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

 a { background-color: rgb(136,167,238); }

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

border-color css

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

 span { border-color: rgb(136,167,238); }

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