Html Css Color HEX #96B8FC Perano

📋 copy color: '#96B8FC'

red 150 ◦ green 184 ◦ blue 252

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

Shades of Perano #96B8FC

Tints of Perano #96B8FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43%

R = 25.6%
G = 31.4%
B = 43%

CMYK

 C value IS 0.40

 M value IS 0.27

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#96B8FC (or 0x96B8FC) is known color: Perano. HEX triplet: 96, B8 and FC. RGB value is (150,184,252). Sum of RGB (Red+Green+Blue) = 150+184+252=586 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.60% from 586); Green value is 184 (72.27% from 255 or 31.40% from 586); Blue value is 252 (98.83% from 255 or 43.00% from 586); Max value from RGB is 252 - color contains mainly: blue. Hex color #96B8FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96B8FC is #694703. Grayscale: #B5B5B5. Windows color (decimal): -6899460 or 16562326. OLE color: 16562326.

HSL color Cylindrical-coordinate representation of color #96B8FC: hue angle of 220º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96B8FC is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 150 184 252 -
CMYK 0.40 0.27 0 0.01
HSL 220º 0.94% 0.79% -
HSV(B) 220º 0.4% 0.99% -
XYZ 47.29 47.79 98.83 -
YUV 181.59 167.74 105.47 -
System Red Green Blue C M Y K H S L
Decimal 150 184 252 0.40 0.27 0 0.01 220 0.94 0.79
Hex 96 B8 FC 28 1B 0 1 DC 5E 4F
Octal 226 270 374 50 33 0 1 334 136 117
Binary 10010110 10111000 11111100 101000 11011 0 1 11011100 1011110 1001111

Color Harmonies of #96B8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B8FC

Black with #96B8FC

Text Example


Text Example

White with #96B8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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