Html Css Color HEX #96BAFC Perano

📋 copy color: '#96BAFC'

red 150 ◦ green 186 ◦ blue 252

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

Shades of Perano #96BAFC

Tints of Perano #96BAFC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.63%

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

R = 25.51%
G = 31.63%
B = 42.86%

CMYK

 C value IS 0.40

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#96BAFC (or 0x96BAFC) is known color: Perano. HEX triplet: 96, BA and FC. RGB value is (150,186,252). Sum of RGB (Red+Green+Blue) = 150+186+252=588 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.51% from 588); Green value is 186 (73.05% from 255 or 31.63% from 588); Blue value is 252 (98.83% from 255 or 42.86% from 588); Max value from RGB is 252 - color contains mainly: blue. Hex color #96BAFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96BAFC is #694503. Grayscale: #B6B6B6. Windows color (decimal): -6898948 or 16562838. OLE color: 16562838.

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

Color convert

RGB 150 186 252 -
CMYK 0.40 0.26 0 0.01
HSL 218.82º 0.94% 0.79% -
HSV(B) 218.82º 0.4% 0.99% -
XYZ 47.71 48.63 98.97 -
YUV 182.76 167.07 104.63 -
System Red Green Blue C M Y K H S L
Decimal 150 186 252 0.40 0.26 0 0.01 218.82 0.94 0.79
Hex 96 BA FC 28 1A 0 1 DB 5E 4F
Octal 226 272 374 50 32 0 1 333 136 117
Binary 10010110 10111010 11111100 101000 11010 0 1 11011011 1011110 1001111

Color Harmonies of #96BAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BAFC

Black with #96BAFC

Text Example


Text Example

White with #96BAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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