Html Css Color HEX #96B1F1 Perano

📋 copy color: '#96B1F1'

red 150 ◦ green 177 ◦ blue 241

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

Shades of Perano #96B1F1

Tints of Perano #96B1F1

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31.16%

 BLUE value IS 241 (94.53% from 255) = 42.43%

R = 26.41%
G = 31.16%
B = 42.43%

CMYK

 C value IS 0.38

 M value IS 0.27

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#96B1F1 (or 0x96B1F1) is known color: Perano. HEX triplet: 96, B1 and F1. RGB value is (150,177,241). Sum of RGB (Red+Green+Blue) = 150+177+241=568 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.41% from 568); Green value is 177 (69.53% from 255 or 31.16% from 568); Blue value is 241 (94.53% from 255 or 42.43% from 568); Max value from RGB is 241 - color contains mainly: blue. Hex color #96B1F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96B1F1 is #694E0E. Grayscale: #AFAFAF. Windows color (decimal): -6901263 or 15839638. OLE color: 15839638.

HSL color Cylindrical-coordinate representation of color #96B1F1: hue angle of 222.2º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96B1F1 is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 150 177 241 -
CMYK 0.38 0.27 0 0.05
HSL 222.2º 0.76% 0.77% -
HSV(B) 222.2º 0.38% 0.95% -
XYZ 44.18 44.28 89.44 -
YUV 176.22 164.55 109.3 -
System Red Green Blue C M Y K H S L
Decimal 150 177 241 0.38 0.27 0 0.05 222.2 0.76 0.77
Hex 96 B1 F1 26 1B 0 5 DE 4C 4D
Octal 226 261 361 46 33 0 5 336 114 115
Binary 10010110 10110001 11110001 100110 11011 0 101 11011110 1001100 1001101

Color Harmonies of #96B1F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B1F1

Black with #96B1F1

Text Example


Text Example

White with #96B1F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,177,241); }

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

background-color css

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

 a { background-color: rgb(150,177,241); }

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

border-color css

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

 span { border-color: rgb(150,177,241); }

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