Html Css Color HEX #96AAF1 Perano

📋 copy color: '#96AAF1'

red 150 ◦ green 170 ◦ blue 241

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

Shades of Perano #96AAF1

Tints of Perano #96AAF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 42.96%

R = 26.74%
G = 30.3%
B = 42.96%

CMYK

 C value IS 0.38

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#96AAF1 (or 0x96AAF1) is known color: Perano. HEX triplet: 96, AA and F1. RGB value is (150,170,241). Sum of RGB (Red+Green+Blue) = 150+170+241=561 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.74% from 561); Green value is 170 (66.80% from 255 or 30.30% from 561); Blue value is 241 (94.53% from 255 or 42.96% from 561); Max value from RGB is 241 - color contains mainly: blue. Hex color #96AAF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96AAF1 is #69550E. Grayscale: #ABABAB. Windows color (decimal): -6903055 or 15837846. OLE color: 15837846.

HSL color Cylindrical-coordinate representation of color #96AAF1: hue angle of 226.81º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96AAF1 is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 150 170 241 -
CMYK 0.38 0.29 0 0.05
HSL 226.81º 0.76% 0.77% -
HSV(B) 226.81º 0.38% 0.95% -
XYZ 42.83 41.58 88.99 -
YUV 172.11 166.87 112.23 -
System Red Green Blue C M Y K H S L
Decimal 150 170 241 0.38 0.29 0 0.05 226.81 0.76 0.77
Hex 96 AA F1 26 1D 0 5 E3 4C 4D
Octal 226 252 361 46 35 0 5 343 114 115
Binary 10010110 10101010 11110001 100110 11101 0 101 11100011 1001100 1001101

Color Harmonies of #96AAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AAF1

Black with #96AAF1

Text Example


Text Example

White with #96AAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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