Html Css Color HEX #96AEFF Perano

📋 copy color: '#96AEFF'

red 150 ◦ green 174 ◦ blue 255

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

Shades of Perano #96AEFF

Tints of Perano #96AEFF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 30.05%

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

R = 25.91%
G = 30.05%
B = 44.04%

CMYK

 C value IS 0.41

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#96AEFF (or 0x96AEFF) is known color: Perano. HEX triplet: 96, AE and FF. RGB value is (150,174,255). Sum of RGB (Red+Green+Blue) = 150+174+255=579 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.91% from 579); Green value is 174 (68.36% from 255 or 30.05% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #96AEFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96AEFF is #695100. Grayscale: #AFAFAF. Windows color (decimal): -6902017 or 16756374. OLE color: 16756374.

HSL color Cylindrical-coordinate representation of color #96AEFF: hue angle of 226.29º 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 #96AEFF is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 150 174 255 -
CMYK 0.41 0.32 0 0
HSL 226.29º 1% 0.79% -
HSV(B) 226.29º 0.41% 1% -
XYZ 45.76 43.98 100.68 -
YUV 176.06 172.55 109.41 -
System Red Green Blue C M Y K H S L
Decimal 150 174 255 0.41 0.32 0 0 226.29 1 0.79
Hex 96 AE FF 29 20 0 0 E2 64 4F
Octal 226 256 377 51 40 0 0 342 144 117
Binary 10010110 10101110 11111111 101001 100000 0 0 11100010 1100100 1001111

Color Harmonies of #96AEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AEFF

Black with #96AEFF

Text Example


Text Example

White with #96AEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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