Html Css Color HEX #96AFFF Perano

📋 copy color: '#96AFFF'

red 150 ◦ green 175 ◦ blue 255

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

Shades of Perano #96AFFF

Tints of Perano #96AFFF

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.17%

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

R = 25.86%
G = 30.17%
B = 43.97%

CMYK

 C value IS 0.41

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#96AFFF (or 0x96AFFF) is known color: Perano. HEX triplet: 96, AF and FF. RGB value is (150,175,255). Sum of RGB (Red+Green+Blue) = 150+175+255=580 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.86% from 580); Green value is 175 (68.75% from 255 or 30.17% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #96AFFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96AFFF is #695000. Grayscale: #B0B0B0. Windows color (decimal): -6901761 or 16756630. OLE color: 16756630.

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

Color convert

RGB 150 175 255 -
CMYK 0.41 0.31 0 0
HSL 225.71º 1% 0.79% -
HSV(B) 225.71º 0.41% 1% -
XYZ 45.96 44.36 100.75 -
YUV 176.65 172.22 109 -
System Red Green Blue C M Y K H S L
Decimal 150 175 255 0.41 0.31 0 0 225.71 1 0.79
Hex 96 AF FF 29 1F 0 0 E2 64 4F
Octal 226 257 377 51 37 0 0 342 144 117
Binary 10010110 10101111 11111111 101001 11111 0 0 11100010 1100100 1001111

Color Harmonies of #96AFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AFFF

Black with #96AFFF

Text Example


Text Example

White with #96AFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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