Html Css Color HEX #96ACF8 Perano

📋 copy color: '#96ACF8'

red 150 ◦ green 172 ◦ blue 248

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

Shades of Perano #96ACF8

Tints of Perano #96ACF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 43.51%

R = 26.32%
G = 30.18%
B = 43.51%

CMYK

 C value IS 0.40

 M value IS 0.31

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#96ACF8 (or 0x96ACF8) is known color: Perano. HEX triplet: 96, AC and F8. RGB value is (150,172,248). Sum of RGB (Red+Green+Blue) = 150+172+248=570 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.32% from 570); Green value is 172 (67.58% from 255 or 30.18% from 570); Blue value is 248 (97.27% from 255 or 43.51% from 570); Max value from RGB is 248 - color contains mainly: blue. Hex color #96ACF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96ACF8 is #695307. Grayscale: #ADADAD. Windows color (decimal): -6902536 or 16297110. OLE color: 16297110.

HSL color Cylindrical-coordinate representation of color #96ACF8: hue angle of 226.53º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96ACF8 is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 150 172 248 -
CMYK 0.40 0.31 0 0.03
HSL 226.53º 0.88% 0.78% -
HSV(B) 226.53º 0.4% 0.97% -
XYZ 44.27 42.77 94.73 -
YUV 174.09 169.71 110.82 -
System Red Green Blue C M Y K H S L
Decimal 150 172 248 0.40 0.31 0 0.03 226.53 0.88 0.78
Hex 96 AC F8 28 1F 0 3 E3 58 4E
Octal 226 254 370 50 37 0 3 343 130 116
Binary 10010110 10101100 11111000 101000 11111 0 11 11100011 1011000 1001110

Color Harmonies of #96ACF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ACF8

Black with #96ACF8

Text Example


Text Example

White with #96ACF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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