Html Css Color HEX #96B8F7 Perano

📋 copy color: '#96B8F7'

red 150 ◦ green 184 ◦ blue 247

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

Shades of Perano #96B8F7

Tints of Perano #96B8F7

RGB

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

 GREEN value IS 184 (72.27% from 255) = 31.67%

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

R = 25.82%
G = 31.67%
B = 42.51%

CMYK

 C value IS 0.39

 M value IS 0.26

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#96B8F7 (or 0x96B8F7) is known color: Perano. HEX triplet: 96, B8 and F7. RGB value is (150,184,247). Sum of RGB (Red+Green+Blue) = 150+184+247=581 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.82% from 581); Green value is 184 (72.27% from 255 or 31.67% from 581); Blue value is 247 (96.88% from 255 or 42.51% from 581); Max value from RGB is 247 - color contains mainly: blue. Hex color #96B8F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96B8F7 is #694708. Grayscale: #B4B4B4. Windows color (decimal): -6899465 or 16234646. OLE color: 16234646.

HSL color Cylindrical-coordinate representation of color #96B8F7: hue angle of 218.97º 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 #96B8F7 is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 150 184 247 -
CMYK 0.39 0.26 0 0.03
HSL 218.97º 0.86% 0.78% -
HSV(B) 218.97º 0.39% 0.97% -
XYZ 46.51 47.48 94.71 -
YUV 181.02 165.24 105.88 -
System Red Green Blue C M Y K H S L
Decimal 150 184 247 0.39 0.26 0 0.03 218.97 0.86 0.78
Hex 96 B8 F7 27 1A 0 3 DB 56 4E
Octal 226 270 367 47 32 0 3 333 126 116
Binary 10010110 10111000 11110111 100111 11010 0 11 11011011 1010110 1001110

Color Harmonies of #96B8F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B8F7

Black with #96B8F7

Text Example


Text Example

White with #96B8F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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