Html Css Color HEX #96ADF4 Perano

📋 copy color: '#96ADF4'

red 150 ◦ green 173 ◦ blue 244

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

Shades of Perano #96ADF4

Tints of Perano #96ADF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 43.03%

R = 26.46%
G = 30.51%
B = 43.03%

CMYK

 C value IS 0.39

 M value IS 0.29

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#96ADF4 (or 0x96ADF4) is known color: Perano. HEX triplet: 96, AD and F4. RGB value is (150,173,244). Sum of RGB (Red+Green+Blue) = 150+173+244=567 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.46% from 567); Green value is 173 (67.97% from 255 or 30.51% from 567); Blue value is 244 (95.70% from 255 or 43.03% from 567); Max value from RGB is 244 - color contains mainly: blue. Hex color #96ADF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96ADF4 is #69520B. Grayscale: #ADADAD. Windows color (decimal): -6902284 or 16035222. OLE color: 16035222.

HSL color Cylindrical-coordinate representation of color #96ADF4: hue angle of 225.32º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96ADF4 is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 150 173 244 -
CMYK 0.39 0.29 0 0.04
HSL 225.32º 0.81% 0.77% -
HSV(B) 225.32º 0.39% 0.96% -
XYZ 43.85 42.9 91.56 -
YUV 174.22 167.38 110.73 -
System Red Green Blue C M Y K H S L
Decimal 150 173 244 0.39 0.29 0 0.04 225.32 0.81 0.77
Hex 96 AD F4 27 1D 0 4 E1 51 4D
Octal 226 255 364 47 35 0 4 341 121 115
Binary 10010110 10101101 11110100 100111 11101 0 100 11100001 1010001 1001101

Color Harmonies of #96ADF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ADF4

Black with #96ADF4

Text Example


Text Example

White with #96ADF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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