Html Css Color HEX #96AAF6 Perano

📋 copy color: '#96AAF6'

red 150 ◦ green 170 ◦ blue 246

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

Shades of Perano #96AAF6

Tints of Perano #96AAF6

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.04%

 BLUE value IS 246 (96.48% from 255) = 43.46%

R = 26.5%
G = 30.04%
B = 43.46%

CMYK

 C value IS 0.39

 M value IS 0.31

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#96AAF6 (or 0x96AAF6) is known color: Perano. HEX triplet: 96, AA and F6. RGB value is (150,170,246). Sum of RGB (Red+Green+Blue) = 150+170+246=566 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.50% from 566); Green value is 170 (66.80% from 255 or 30.04% from 566); Blue value is 246 (96.48% from 255 or 43.46% from 566); Max value from RGB is 246 - color contains mainly: blue. Hex color #96AAF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96AAF6 is #695509. Grayscale: #ACACAC. Windows color (decimal): -6903050 or 16165526. OLE color: 16165526.

HSL color Cylindrical-coordinate representation of color #96AAF6: hue angle of 227.5º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96AAF6 is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 150 170 246 -
CMYK 0.39 0.31 0 0.04
HSL 227.5º 0.84% 0.78% -
HSV(B) 227.5º 0.39% 0.96% -
XYZ 43.59 41.89 92.98 -
YUV 172.68 169.37 111.82 -
System Red Green Blue C M Y K H S L
Decimal 150 170 246 0.39 0.31 0 0.04 227.5 0.84 0.78
Hex 96 AA F6 27 1F 0 4 E4 54 4E
Octal 226 252 366 47 37 0 4 344 124 116
Binary 10010110 10101010 11110110 100111 11111 0 100 11100100 1010100 1001110

Color Harmonies of #96AAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AAF6

Black with #96AAF6

Text Example


Text Example

White with #96AAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,170,246); }

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

background-color css

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

 a { background-color: rgb(150,170,246); }

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

border-color css

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

 span { border-color: rgb(150,170,246); }

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