Html Css Color HEX #88A7DF Jordy Blue

📋 copy color: '#88A7DF'

red 136 ◦ green 167 ◦ blue 223

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

Shades of Jordy Blue #88A7DF

Tints of Jordy Blue #88A7DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.4%

R = 25.86%
G = 31.75%
B = 42.4%

CMYK

 C value IS 0.39

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#88A7DF (or 0x88A7DF) is known color: Jordy Blue. HEX triplet: 88, A7 and DF. RGB value is (136,167,223). Sum of RGB (Red+Green+Blue) = 136+167+223=526 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.86% from 526); Green value is 167 (65.62% from 255 or 31.75% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 223 - color contains mainly: blue. Hex color #88A7DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A7DF is #775820. Grayscale: #A3A3A3. Windows color (decimal): -7821345 or 14657416. OLE color: 14657416.

HSL color Cylindrical-coordinate representation of color #88A7DF: hue angle of 218.62º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #88A7DF is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 136 167 223 -
CMYK 0.39 0.25 0 0.13
HSL 218.62º 0.58% 0.7% -
HSV(B) 218.62º 0.39% 0.87% -
XYZ 37.29 38.2 75.22 -
YUV 164.12 161.23 107.95 -
System Red Green Blue C M Y K H S L
Decimal 136 167 223 0.39 0.25 0 0.13 218.62 0.58 0.7
Hex 88 A7 DF 27 19 0 D DB 3A 46
Octal 210 247 337 47 31 0 15 333 72 106
Binary 10001000 10100111 11011111 100111 11001 0 1101 11011011 111010 1000110

Color Harmonies of #88A7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A7DF

Black with #88A7DF

Text Example


Text Example

White with #88A7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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