Html Css Color HEX #96B2EF Perano

📋 copy color: '#96B2EF'

red 150 ◦ green 178 ◦ blue 239

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

Shades of Perano #96B2EF

Tints of Perano #96B2EF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.39%

 BLUE value IS 239 (93.75% from 255) = 42.15%

R = 26.46%
G = 31.39%
B = 42.15%

CMYK

 C value IS 0.37

 M value IS 0.26

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#96B2EF (or 0x96B2EF) is known color: Perano. HEX triplet: 96, B2 and EF. RGB value is (150,178,239). Sum of RGB (Red+Green+Blue) = 150+178+239=567 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.46% from 567); Green value is 178 (69.92% from 255 or 31.39% from 567); Blue value is 239 (93.75% from 255 or 42.15% from 567); Max value from RGB is 239 - color contains mainly: blue. Hex color #96B2EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96B2EF is #694D10. Grayscale: #B0B0B0. Windows color (decimal): -6901009 or 15708822. OLE color: 15708822.

HSL color Cylindrical-coordinate representation of color #96B2EF: hue angle of 221.12º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96B2EF is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 150 178 239 -
CMYK 0.37 0.26 0 0.06
HSL 221.12º 0.74% 0.76% -
HSV(B) 221.12º 0.37% 0.94% -
XYZ 44.08 44.56 87.94 -
YUV 176.58 163.22 109.04 -
System Red Green Blue C M Y K H S L
Decimal 150 178 239 0.37 0.26 0 0.06 221.12 0.74 0.76
Hex 96 B2 EF 25 1A 0 6 DD 4A 4C
Octal 226 262 357 45 32 0 6 335 112 114
Binary 10010110 10110010 11101111 100101 11010 0 110 11011101 1001010 1001100

Color Harmonies of #96B2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B2EF

Black with #96B2EF

Text Example


Text Example

White with #96B2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,178,239); }

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

background-color css

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

 a { background-color: rgb(150,178,239); }

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

border-color css

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

 span { border-color: rgb(150,178,239); }

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