Html Css Color HEX #96A8EB Portage

📋 copy color: '#96A8EB'

red 150 ◦ green 168 ◦ blue 235

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

Shades of Portage #96A8EB

Tints of Portage #96A8EB

RGB

 RED value IS 150 (58.98% from 255) = 27.12%

 GREEN value IS 168 (66.02% from 255) = 30.38%

 BLUE value IS 235 (92.19% from 255) = 42.5%

R = 27.12%
G = 30.38%
B = 42.5%

CMYK

 C value IS 0.36

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#96A8EB (or 0x96A8EB) is known color: Portage. HEX triplet: 96, A8 and EB. RGB value is (150,168,235). Sum of RGB (Red+Green+Blue) = 150+168+235=553 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.12% from 553); Green value is 168 (66.02% from 255 or 30.38% from 553); Blue value is 235 (92.19% from 255 or 42.50% from 553); Max value from RGB is 235 - color contains mainly: blue. Hex color #96A8EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96A8EB is #695714. Grayscale: #A9A9A9. Windows color (decimal): -6903573 or 15444118. OLE color: 15444118.

HSL color Cylindrical-coordinate representation of color #96A8EB: hue angle of 227.29º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96A8EB is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 150 168 235 -
CMYK 0.36 0.29 0 0.08
HSL 227.29º 0.68% 0.75% -
HSV(B) 227.29º 0.36% 0.92% -
XYZ 41.58 40.49 84.22 -
YUV 170.26 164.54 113.55 -
System Red Green Blue C M Y K H S L
Decimal 150 168 235 0.36 0.29 0 0.08 227.29 0.68 0.75
Hex 96 A8 EB 24 1D 0 8 E3 44 4B
Octal 226 250 353 44 35 0 10 343 104 113
Binary 10010110 10101000 11101011 100100 11101 0 1000 11100011 1000100 1001011

Color Harmonies of #96A8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A8EB

Black with #96A8EB

Text Example


Text Example

White with #96A8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96A8EB; }

 p { color: rgb(150,168,235); }

 H1.HeaderClassName
 {
   color: #96A8EB;
 }
 .AnyTagClassName
 {
   color: #96A8EB;
 }
</style>

background-color css

<style>
 a { background-color: #96A8EB; }

 a { background-color: rgb(150,168,235); }

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

border-color css

<style>
 span { border-color: #96A8EB; }

 span { border-color: rgb(150,168,235); }

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