Html Css Color HEX #96ACFF Perano

📋 copy color: '#96ACFF'

red 150 ◦ green 172 ◦ blue 255

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

Shades of Perano #96ACFF

Tints of Perano #96ACFF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.81%

 BLUE value IS 255 (100% from 255) = 44.19%

R = 26%
G = 29.81%
B = 44.19%

CMYK

 C value IS 0.41

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#96ACFF (or 0x96ACFF) is known color: Perano. HEX triplet: 96, AC and FF. RGB value is (150,172,255). Sum of RGB (Red+Green+Blue) = 150+172+255=577 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.00% from 577); Green value is 172 (67.58% from 255 or 29.81% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #96ACFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96ACFF is #695300. Grayscale: #AEAEAE. Windows color (decimal): -6902529 or 16755862. OLE color: 16755862.

HSL color Cylindrical-coordinate representation of color #96ACFF: hue angle of 227.43º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96ACFF is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 150 172 255 -
CMYK 0.41 0.33 0 0
HSL 227.43º 1% 0.79% -
HSV(B) 227.43º 0.41% 1% -
XYZ 45.38 43.21 100.56 -
YUV 174.88 173.21 110.25 -
System Red Green Blue C M Y K H S L
Decimal 150 172 255 0.41 0.33 0 0 227.43 1 0.79
Hex 96 AC FF 29 21 0 0 E3 64 4F
Octal 226 254 377 51 41 0 0 343 144 117
Binary 10010110 10101100 11111111 101001 100001 0 0 11100011 1100100 1001111

Color Harmonies of #96ACFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ACFF

Black with #96ACFF

Text Example


Text Example

White with #96ACFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,172,255); }

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

background-color css

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

 a { background-color: rgb(150,172,255); }

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

border-color css

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

 span { border-color: rgb(150,172,255); }

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