Html Css Color HEX #96ACF7 Perano

📋 copy color: '#96ACF7'

red 150 ◦ green 172 ◦ blue 247

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

Shades of Perano #96ACF7

Tints of Perano #96ACF7

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.23%

 BLUE value IS 247 (96.88% from 255) = 43.41%

R = 26.36%
G = 30.23%
B = 43.41%

CMYK

 C value IS 0.39

 M value IS 0.30

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#96ACF7 (or 0x96ACF7) is known color: Perano. HEX triplet: 96, AC and F7. RGB value is (150,172,247). Sum of RGB (Red+Green+Blue) = 150+172+247=569 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.36% from 569); Green value is 172 (67.58% from 255 or 30.23% from 569); Blue value is 247 (96.88% from 255 or 43.41% from 569); Max value from RGB is 247 - color contains mainly: blue. Hex color #96ACF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96ACF7 is #695308. Grayscale: #ADADAD. Windows color (decimal): -6902537 or 16231574. OLE color: 16231574.

HSL color Cylindrical-coordinate representation of color #96ACF7: hue angle of 226.39º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96ACF7 is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 150 172 247 -
CMYK 0.39 0.30 0 0.03
HSL 226.39º 0.86% 0.78% -
HSV(B) 226.39º 0.39% 0.97% -
XYZ 44.12 42.7 93.91 -
YUV 173.97 169.21 110.9 -
System Red Green Blue C M Y K H S L
Decimal 150 172 247 0.39 0.30 0 0.03 226.39 0.86 0.78
Hex 96 AC F7 27 1E 0 3 E2 56 4E
Octal 226 254 367 47 36 0 3 342 126 116
Binary 10010110 10101100 11110111 100111 11110 0 11 11100010 1010110 1001110

Color Harmonies of #96ACF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ACF7

Black with #96ACF7

Text Example


Text Example

White with #96ACF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,172,247); }

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

background-color css

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

 a { background-color: rgb(150,172,247); }

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

border-color css

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

 span { border-color: rgb(150,172,247); }

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