Html Css Color HEX #96AFFA Perano

📋 copy color: '#96AFFA'

red 150 ◦ green 175 ◦ blue 250

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

Shades of Perano #96AFFA

Tints of Perano #96AFFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.48%

R = 26.09%
G = 30.43%
B = 43.48%

CMYK

 C value IS 0.4

 M value IS 0.3

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#96AFFA (or 0x96AFFA) is known color: Perano. HEX triplet: 96, AF and FA. RGB value is (150,175,250). Sum of RGB (Red+Green+Blue) = 150+175+250=575 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.09% from 575); Green value is 175 (68.75% from 255 or 30.43% from 575); Blue value is 250 (98.05% from 255 or 43.48% from 575); Max value from RGB is 250 - color contains mainly: blue. Hex color #96AFFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96AFFA is #695005. Grayscale: #AFAFAF. Windows color (decimal): -6901766 or 16428950. OLE color: 16428950.

HSL color Cylindrical-coordinate representation of color #96AFFA: hue angle of 225º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96AFFA is Cyan = 0.4, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 175 250 -
CMYK 0.4 0.3 0 0.02
HSL 225º 0.91% 0.78% -
HSV(B) 225º 0.4% 0.98% -
XYZ 45.16 44.05 96.56 -
YUV 176.08 169.72 109.4 -
System Red Green Blue C M Y K H S L
Decimal 150 175 250 0.4 0.3 0 0.02 225 0.91 0.78
Hex 96 AF FA 28 1E 0 2 E1 5B 4E
Octal 226 257 372 50 36 0 2 341 133 116
Binary 10010110 10101111 11111010 101000 11110 0 10 11100001 1011011 1001110

Color Harmonies of #96AFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AFFA

Black with #96AFFA

Text Example


Text Example

White with #96AFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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