Html Css Color HEX #96ADFE Perano

📋 copy color: '#96ADFE'

red 150 ◦ green 173 ◦ blue 254

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

Shades of Perano #96ADFE

Tints of Perano #96ADFE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 29.98%

 BLUE value IS 254 (99.61% from 255) = 44.02%

R = 26%
G = 29.98%
B = 44.02%

CMYK

 C value IS 0.41

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#96ADFE (or 0x96ADFE) is known color: Perano. HEX triplet: 96, AD and FE. RGB value is (150,173,254). Sum of RGB (Red+Green+Blue) = 150+173+254=577 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.00% from 577); Green value is 173 (67.97% from 255 or 29.98% from 577); Blue value is 254 (99.61% from 255 or 44.02% from 577); Max value from RGB is 254 - color contains mainly: blue. Hex color #96ADFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96ADFE is #695201. Grayscale: #AFAFAF. Windows color (decimal): -6902274 or 16690582. OLE color: 16690582.

HSL color Cylindrical-coordinate representation of color #96ADFE: hue angle of 226.73º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96ADFE is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 150 173 254 -
CMYK 0.41 0.32 0 0.00
HSL 226.73º 0.98% 0.79% -
HSV(B) 226.73º 0.41% 1% -
XYZ 45.41 43.53 99.77 -
YUV 175.36 172.38 109.91 -
System Red Green Blue C M Y K H S L
Decimal 150 173 254 0.41 0.32 0 0.00 226.73 0.98 0.79
Hex 96 AD FE 29 20 0 0 E3 62 4F
Octal 226 255 376 51 40 0 0 343 142 117
Binary 10010110 10101101 11111110 101001 100000 0 0 11100011 1100010 1001111

Color Harmonies of #96ADFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ADFE

Black with #96ADFE

Text Example


Text Example

White with #96ADFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,173,254); }

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

background-color css

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

 a { background-color: rgb(150,173,254); }

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

border-color css

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

 span { border-color: rgb(150,173,254); }

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