Html Css Color HEX #88A0C0 Rock Blue

📋 copy color: '#88A0C0'

red 136 ◦ green 160 ◦ blue 192

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

Shades of Rock Blue #88A0C0

Tints of Rock Blue #88A0C0

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.79%

 BLUE value IS 192 (75.39% from 255) = 39.34%

R = 27.87%
G = 32.79%
B = 39.34%

CMYK

 C value IS 0.29

 M value IS 0.17

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#88A0C0 (or 0x88A0C0) is known color: Rock Blue. HEX triplet: 88, A0 and C0. RGB value is (136,160,192). Sum of RGB (Red+Green+Blue) = 136+160+192=488 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.87% from 488); Green value is 160 (62.89% from 255 or 32.79% from 488); Blue value is 192 (75.39% from 255 or 39.34% from 488); Max value from RGB is 192 - color contains mainly: blue. Hex color #88A0C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A0C0 is #775F3F. Grayscale: #9C9C9C. Windows color (decimal): -7823168 or 12624008. OLE color: 12624008.

HSL color Cylindrical-coordinate representation of color #88A0C0: hue angle of 214.29º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #88A0C0 is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 136 160 192 -
CMYK 0.29 0.17 0 0.25
HSL 214.29º 0.31% 0.64% -
HSV(B) 214.29º 0.29% 0.75% -
XYZ 32.24 34.18 54.77 -
YUV 156.47 148.05 113.4 -
System Red Green Blue C M Y K H S L
Decimal 136 160 192 0.29 0.17 0 0.25 214.29 0.31 0.64
Hex 88 A0 C0 1D 11 0 19 D6 1F 40
Octal 210 240 300 35 21 0 31 326 37 100
Binary 10001000 10100000 11000000 11101 10001 0 11001 11010110 11111 1000000

Color Harmonies of #88A0C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A0C0

Black with #88A0C0

Text Example


Text Example

White with #88A0C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,160,192); }

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

background-color css

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

 a { background-color: rgb(136,160,192); }

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

border-color css

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

 span { border-color: rgb(136,160,192); }

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