Html Css Color HEX #96BAFF Perano

📋 copy color: '#96BAFF'

red 150 ◦ green 186 ◦ blue 255

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

Shades of Perano #96BAFF

Tints of Perano #96BAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.15%

R = 25.38%
G = 31.47%
B = 43.15%

CMYK

 C value IS 0.41

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#96BAFF (or 0x96BAFF) is known color: Perano. HEX triplet: 96, BA and FF. RGB value is (150,186,255). Sum of RGB (Red+Green+Blue) = 150+186+255=591 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.38% from 591); Green value is 186 (73.05% from 255 or 31.47% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #96BAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96BAFF is #694500. Grayscale: #B6B6B6. Windows color (decimal): -6898945 or 16759446. OLE color: 16759446.

HSL color Cylindrical-coordinate representation of color #96BAFF: hue angle of 219.43º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96BAFF is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 150 186 255 -
CMYK 0.41 0.27 0 0
HSL 219.43º 1% 0.79% -
HSV(B) 219.43º 0.41% 1% -
XYZ 48.19 48.82 101.49 -
YUV 183.1 168.57 104.39 -
System Red Green Blue C M Y K H S L
Decimal 150 186 255 0.41 0.27 0 0 219.43 1 0.79
Hex 96 BA FF 29 1B 0 0 DB 64 4F
Octal 226 272 377 51 33 0 0 333 144 117
Binary 10010110 10111010 11111111 101001 11011 0 0 11011011 1100100 1001111

Color Harmonies of #96BAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BAFF

Black with #96BAFF

Text Example


Text Example

White with #96BAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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